Interface ITopicChannelMixin<T extends ITopicChannelMixin<T>>

All Superinterfaces:
Channel, ChannelMixin<T>, ChannelUnion, Comparable<GuildChannel>, Formattable, GuildChannel, GuildChannelMixin<T>, GuildChannelUnion, IDetachableEntity, IDetachableEntityMixin, IMentionable, ISnowflake
All Known Subinterfaces:
ForumChannelMixin<T>, MediaChannelMixin<T>, NewsChannelMixin<T>, StandardGuildMessageChannelMixin<T>, TextChannelMixin<T>
All Known Implementing Classes:
AbstractStandardGuildMessageChannelImpl, DetachedForumChannelImpl, DetachedMediaChannelImpl, DetachedNewsChannelImpl, DetachedTextChannelImpl, ForumChannelImpl, MediaChannelImpl, NewsChannelImpl, TextChannelImpl

public interface ITopicChannelMixin<T extends ITopicChannelMixin<T>> extends GuildChannelMixin<T>
  • Method Details

    • setTopic

      T setTopic(String topic)
    • getTopic

      String getTopic()