object GatewayIntents
- Source
- gateway.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GatewayIntents
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type GatewayIntents
Value Members
- val All: GatewayIntents
- val AllNonPrivileged: GatewayIntents
- val DirectMessageTyping: GatewayIntents
Allows you to receive.
Allows you to receive.
- val DirectMessages: GatewayIntents
Allows you to receive.
- val DirectMessagesReactions: GatewayIntents
Allows you to receive.
- val GuildBans: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildEmojisAndStickers: GatewayIntents
Allows you to receive.
- val GuildIntegrations: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildInvites: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildMembers: GatewayIntents
Allows you to receive.
- val GuildMessageReactions: GatewayIntents
Allows you to receive.
- val GuildMessageTyping: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildMessages: GatewayIntents
Allows you to receive.
- val GuildPresences: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildScheduledEvents: GatewayIntents
Allows you to receive.
Allows you to receive.
- ackcord.gateway.GatewayEvent.GuildScheduledEventCreate
- ackcord.gateway.GatewayEvent.GuildScheduledEventUpdate
- ackcord.gateway.GatewayEvent.GuildScheduledEventDelete
- GUILD_SCHEDULED_EVENT_USER_ADD (Unimplemented because experimental)
- GUILD_SCHEDULED_EVENT_USER_REMOVE (Unimplemented because experimental)
- val GuildVoiceStates: GatewayIntents
Allows you to receive.
Allows you to receive.
- val GuildWebhooks: GatewayIntents
Allows you to receive.
Allows you to receive.
- val Guilds: GatewayIntents
Allows you to receive.
Allows you to receive.
- ackcord.gateway.GatewayEvent.GuildCreate
- ackcord.gateway.GatewayEvent.GuildDelete
- ackcord.gateway.GatewayEvent.GuildRoleCreate
- ackcord.gateway.GatewayEvent.GuildRoleUpdate
- ackcord.gateway.GatewayEvent.GuildRoleDelete
- ackcord.gateway.GatewayEvent.ChannelCreate
- ackcord.gateway.GatewayEvent.ChannelUpdate
- ackcord.gateway.GatewayEvent.ChannelDelete
- ackcord.gateway.GatewayEvent.ChannelPinsUpdate
- val None: GatewayIntents
- def apply(flags: GatewayIntents*): GatewayIntents
Create a UserFlag that has all the flags passed in.
- def fromInt(int: Int): GatewayIntents
Create a UserFlag from an int.