Interface InteractionChannel

All Known Implementing Classes:
InteractionChannelImpl

public interface InteractionChannel
Represents a interaction channel argument as a guild channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the ID of this channel.
    Gets the name of this channel.
  • Method Details

    • getName

      String getName()
      Gets the name of this channel.
      Returns:
      this channel's name.
    • getId

      String getId()
      Gets the ID of this channel.
      Returns:
      this channel's ID.