Class InteractionChannelImpl

java.lang.Object
net.essentialsx.discord.interactions.InteractionChannelImpl
All Implemented Interfaces:
InteractionChannel

public class InteractionChannelImpl extends Object implements InteractionChannel
  • Constructor Details

    • InteractionChannelImpl

      public InteractionChannelImpl(net.dv8tion.jda.api.entities.channel.middleman.GuildMessageChannel channel)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: InteractionChannel
      Gets the name of this channel.
      Specified by:
      getName in interface InteractionChannel
      Returns:
      this channel's name.
    • getJdaObject

      public net.dv8tion.jda.api.entities.channel.middleman.GuildChannel getJdaObject()
    • getId

      public String getId()
      Description copied from interface: InteractionChannel
      Gets the ID of this channel.
      Specified by:
      getId in interface InteractionChannel
      Returns:
      this channel's ID.