Interface Widget.VoiceChannel

All Superinterfaces:
ISnowflake
Enclosing interface:
Widget

public static interface Widget.VoiceChannel extends ISnowflake
Represents a voice channel
See Also:
  • Method Details

    • getPosition

      int getPosition()
      Gets the integer position of the channel
      Returns:
      integer position of the channel
    • getName

      @Nonnull String getName()
      Gets the name of the channel *
      Returns:
      name of the channel
    • getMembers

      @Nonnull List<Widget.Member> getMembers()
      Gets a list of all members in the channel
      Returns:
      never-null, possibly-empty list of members in the channel
    • getWidget

      @Nonnull Widget getWidget()
      Gets the Widget to which this voice channel belongs
      Returns:
      the Widget object that holds this voice channel