Uses of Interface
org.javacord.api.entity.channel.GroupChannel
-
-
Uses of GroupChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type GroupChannel Modifier and Type Method Description default Optional<GroupChannel>DiscordApi. getGroupChannelById(long id)Gets a group channel by its id.default Optional<GroupChannel>DiscordApi. getGroupChannelById(String id)Gets a group channel by its id.Collection<GroupChannel>DiscordApi. getGroupChannels()Gets a collection with all group channels of the bot.default Collection<GroupChannel>DiscordApi. getGroupChannelsByName(String name)Gets a collection with all group channels with the given name.default Collection<GroupChannel>DiscordApi. getGroupChannelsByNameIgnoreCase(String name)Gets a collection with all server channels with the given name. -
Uses of GroupChannel in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type GroupChannel Modifier and Type Method Description default Optional<GroupChannel>Channel. asGroupChannel()Gets the channel as group channel.default Optional<GroupChannel>GroupChannel. getCurrentCachedInstance()default CompletableFuture<GroupChannel>GroupChannel. getLatestInstance()Constructors in org.javacord.api.entity.channel with parameters of type GroupChannel Constructor Description GroupChannelUpdater(GroupChannel channel)Creates a new group channel updater. -
Uses of GroupChannel in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type GroupChannel Modifier and Type Method Description default Optional<GroupChannel>Message. getGroupChannel()Gets the group channel of the message. -
Uses of GroupChannel in org.javacord.api.entity.user
Methods in org.javacord.api.entity.user that return types with arguments of type GroupChannel Modifier and Type Method Description default Collection<GroupChannel>User. getGroupChannels()Gets the currently existing group channels with the user. -
Uses of GroupChannel in org.javacord.api.event.channel
Methods in org.javacord.api.event.channel that return types with arguments of type GroupChannel Modifier and Type Method Description default Optional<GroupChannel>TextChannelEvent. getGroupChannel()Gets the channel of the event as a group channel. -
Uses of GroupChannel in org.javacord.api.event.channel.group
Methods in org.javacord.api.event.channel.group that return GroupChannel Modifier and Type Method Description GroupChannelGroupChannelEvent. getChannel() -
Uses of GroupChannel in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type GroupChannel Modifier and Type Method Description static GroupChannelUpdaterDelegateDelegateFactory. createGroupChannelUpdaterDelegate(GroupChannel channel)Creates a new group channel updater delegate.GroupChannelUpdaterDelegateDelegateFactoryDelegate. createGroupChannelUpdaterDelegate(GroupChannel channel)Creates a new group channel updater delegate.
-