Interface StoreChannel

All Superinterfaces:
Channel, Entity, GuildChannel, GuildEntity, HasGuild, HasName, HasParentChannel, Snowflake, Timestamped
All Known Implementing Classes:
StoreChannelImpl

public interface StoreChannel extends GuildChannel
Since:
3/14/19.
Author:
amy
  • Method Details

    • type

      @Nonnull default Channel.ChannelType type()
      Specified by:
      type in interface Channel
      Returns:
      The type of this channel.
    • nsfw

      boolean nsfw()