Enums¶
application
¶
ApplicationFlags
¶
Bases: DiscordFlags
flowchart TD
scurrypy.enums.application.ApplicationFlags[ApplicationFlags]
scurrypy.enums.enum_types.DiscordFlags[DiscordFlags]
scurrypy.enums.enum_types.DiscordFlags --> scurrypy.enums.application.ApplicationFlags
click scurrypy.enums.application.ApplicationFlags href "" "scurrypy.enums.application.ApplicationFlags"
click scurrypy.enums.enum_types.DiscordFlags href "" "scurrypy.enums.enum_types.DiscordFlags"
Application flags.
GATEWAY_PRESENCE = 1 << 12
class-attribute
instance-attribute
¶
Privileged intent to receive presence_update events.
GATEWAY_PRESENCE_LIMITED = 1 << 13
class-attribute
instance-attribute
¶
Intent to receive presence_update events.
GATEWAY_GUILD_MEMBERS = 1 << 14
class-attribute
instance-attribute
¶
Privileged intent to receive member-related events.
GATEWAY_GUILD_MEMBERS_LIMITED = 1 << 15
class-attribute
instance-attribute
¶
Intent to receive member-related events.
VERIFICATION_PENDING_GUILD_LIMIT = 1 << 16
class-attribute
instance-attribute
¶
Indicates unusual growth of an app that prevents verification.
GATEWAY_MESSAGE_CONTENT = 1 << 18
class-attribute
instance-attribute
¶
Privileged intent to receive message content.
GATEWAY_MESSAGE_CONTENT_LIMITED = 1 << 19
class-attribute
instance-attribute
¶
Intent to receive message content.