Uses of Interface
org.javacord.api.event.channel.TextChannelEvent
-
Packages that use TextChannelEvent Package Description org.javacord.api.event.channel.server.text org.javacord.api.event.message org.javacord.api.event.message.reaction org.javacord.api.event.user -
-
Uses of TextChannelEvent in org.javacord.api.event.channel.server.text
Subinterfaces of TextChannelEvent in org.javacord.api.event.channel.server.text Modifier and Type Interface Description interfaceServerTextChannelChangeDefaultAutoArchiveDurationEventAn event signalling a change in the default auto archive duration settings for a channel.interfaceServerTextChannelChangeSlowmodeEventAn event signalling a change in the slowmode settings for a channel.interfaceServerTextChannelChangeTopicEventA server text channel change topic event.interfaceServerTextChannelEventA server text channel event.interfaceWebhooksUpdateEventA webhooks update event. -
Uses of TextChannelEvent in org.javacord.api.event.message
Subinterfaces of TextChannelEvent in org.javacord.api.event.message Modifier and Type Interface Description interfaceCachedMessagePinEventA cached message pin event.interfaceCachedMessageUnpinEventA cached message unpin event.interfaceCertainMessageEventA message event where the message is guaranteed to be in the cache.interfaceChannelPinsUpdateEventA channel pins update event.interfaceMessageCreateEventA message create event.interfaceMessageDeleteEventA message delete event.interfaceMessageEditEventA message delete event.interfaceMessageEventA message event.interfaceMessageReplyEventA message reply event.interfaceOptionalMessageEventA message event where the message is NOT guaranteed to be in the cache.interfaceRequestableMessageEventA message event where the message is NOT guaranteed to be in the cache, but can be requested from Discord. -
Uses of TextChannelEvent in org.javacord.api.event.message.reaction
Subinterfaces of TextChannelEvent in org.javacord.api.event.message.reaction Modifier and Type Interface Description interfaceReactionAddEventA reaction add event.interfaceReactionEventA reaction event.interfaceReactionRemoveAllEventA reaction remove all event.interfaceReactionRemoveEventA reaction remove event.interfaceSingleReactionEventA single reaction event. -
Uses of TextChannelEvent in org.javacord.api.event.user
Subinterfaces of TextChannelEvent in org.javacord.api.event.user Modifier and Type Interface Description interfaceTextChannelUserEventA text channel event which effects a user.interfaceUserStartTypingEventAn event when a user starts typing.
-