Uses of Interface
org.javacord.api.event.channel.server.ServerChannelEvent
-
-
Uses of ServerChannelEvent in org.javacord.api.event.channel.server
Subinterfaces of ServerChannelEvent in org.javacord.api.event.channel.server Modifier and Type Interface Description interfaceServerChannelChangeNameEventA server channel change name event.interfaceServerChannelChangeNsfwFlagEventA server channel change nsfw flag event.interfaceServerChannelChangeOverwrittenPermissionsEventA server channel change overwritten permissions event.interfaceServerChannelChangePositionEventA server channel change position event.interfaceServerChannelCreateEventA server channel create event.interfaceServerChannelDeleteEventA server channel delete event. -
Uses of ServerChannelEvent in org.javacord.api.event.channel.server.invite
Subinterfaces of ServerChannelEvent in org.javacord.api.event.channel.server.invite Modifier and Type Interface Description interfaceServerChannelInviteCreateEventA server channel invite create event.interfaceServerChannelInviteDeleteEventA server channel invite delete event. -
Uses of ServerChannelEvent in org.javacord.api.event.channel.server.text
Subinterfaces of ServerChannelEvent 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 ServerChannelEvent in org.javacord.api.event.channel.server.thread
Subinterfaces of ServerChannelEvent in org.javacord.api.event.channel.server.thread Modifier and Type Interface Description interfaceServerPrivateThreadJoinEventinterfaceServerThreadChannelChangeArchivedEventinterfaceServerThreadChannelChangeArchiveTimestampEventinterfaceServerThreadChannelChangeAutoArchiveDurationEventinterfaceServerThreadChannelChangeInvitableEventinterfaceServerThreadChannelChangeLastMessageIdEventinterfaceServerThreadChannelChangeLockedEventinterfaceServerThreadChannelChangeMemberCountEventinterfaceServerThreadChannelChangeMessageCountEventinterfaceServerThreadChannelChangeRateLimitPerUserEventinterfaceServerThreadChannelChangeTotalMessageSentEventinterfaceServerThreadChannelEventA server thread channel event. -
Uses of ServerChannelEvent in org.javacord.api.event.channel.server.voice
Subinterfaces of ServerChannelEvent in org.javacord.api.event.channel.server.voice Modifier and Type Interface Description interfaceServerStageVoiceChannelChangeTopicEventinterfaceServerVoiceChannelChangeBitrateEventA server voice channel change bitrate event.interfaceServerVoiceChannelChangeNsfwEventinterfaceServerVoiceChannelChangeUserLimitEventA server voice channel change user limit event.interfaceServerVoiceChannelEventA server voice channel event.interfaceServerVoiceChannelMemberJoinEventA server voice channel member join event.interfaceServerVoiceChannelMemberLeaveEventA server voice channel member leave event. -
Uses of ServerChannelEvent in org.javacord.api.event.channel.thread
Subinterfaces of ServerChannelEvent in org.javacord.api.event.channel.thread Modifier and Type Interface Description interfaceThreadCreateEventinterfaceThreadDeleteEventinterfaceThreadUpdateEvent -
Uses of ServerChannelEvent in org.javacord.api.event.server
Subinterfaces of ServerChannelEvent in org.javacord.api.event.server Modifier and Type Interface Description interfaceVoiceStateUpdateEventA voice state update event.
-