Class InteractionChannelImpl
java.lang.Object
net.essentialsx.discord.interactions.InteractionChannelImpl
- All Implemented Interfaces:
InteractionChannel
-
Constructor Summary
ConstructorDescriptionInteractionChannelImpl
(net.dv8tion.jda.api.entities.channel.middleman.GuildMessageChannel channel) -
Method Summary
-
Constructor Details
-
InteractionChannelImpl
public InteractionChannelImpl(net.dv8tion.jda.api.entities.channel.middleman.GuildMessageChannel channel)
-
-
Method Details
-
getName
Description copied from interface:InteractionChannel
Gets the name of this channel.- Specified by:
getName
in interfaceInteractionChannel
- Returns:
- this channel's name.
-
getJdaObject
public net.dv8tion.jda.api.entities.channel.middleman.GuildChannel getJdaObject() -
getId
Description copied from interface:InteractionChannel
Gets the ID of this channel.- Specified by:
getId
in interfaceInteractionChannel
- Returns:
- this channel's ID.
-