Interface Invite.Channel

All Superinterfaces:
ISnowflake
Enclosing interface:
Invite

public static interface Invite.Channel extends ISnowflake
POJO for the channel information provided by an invite.
Since:
3.0
Author:
Aljoscha Grebe
See Also:
  • Method Details

    • getName

      @Nonnull String getName()
      The name of this channel.
      Returns:
      The channel's name
    • getType

      @Nonnull ChannelType getType()
      The ChannelType of this channel.
      Valid values are only TEXT or VOICE
      Returns:
      The channel's type