All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dangernoodle.slack.events.channel.SlackChannelCreatedEvent Maven / Gradle / Ivy

The newest version!
package io.dangernoodle.slack.events.channel;

import io.dangernoodle.slack.events.SlackEvent;
import io.dangernoodle.slack.objects.SlackChannel;


/**
 * Represents a channel_created event
 *
 * @since 0.1.0
 */
public class SlackChannelCreatedEvent extends SlackEvent
{
    private SlackChannel channel;

    public SlackChannel getChannel()
    {
        return channel;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy