PermissionFlags enum
Values
- CREATE_INSTANT_INVITE → const PermissionFlags
- KICK_MEMBERS → const PermissionFlags
- BAN_MEMBERS → const PermissionFlags
- ADMINISTRATOR → const PermissionFlags
- MANAGE_CHANNELS → const PermissionFlags
- MANAGE_GUILD → const PermissionFlags
- ADD_REACTIONS → const PermissionFlags
- VIEW_AUDIT_LOGS → const PermissionFlags
- PRIORITY_SPEAKER → const PermissionFlags
- STREAM → const PermissionFlags
- VIEW_CHANNEL → const PermissionFlags
- SEND_MESSAGES → const PermissionFlags
- SEND_TTS_MESSAGES → const PermissionFlags
- MANAGE_MESSAGES → const PermissionFlags
- EMBED_LINKS → const PermissionFlags
- ATTACH_FILES → const PermissionFlags
- READ_MESSAGE_HISTORY → const PermissionFlags
- MENTION_EVERYONE → const PermissionFlags
- USE_EXTERNAL_EMOJIS → const PermissionFlags
- VIEW_GUILD_INSIGHTS → const PermissionFlags
- CONNECT → const PermissionFlags
- SPEAK → const PermissionFlags
- MUTE_MEMBERS → const PermissionFlags
- DEAFEN_MEMBERS → const PermissionFlags
- MOVE_MEMBERS → const PermissionFlags
- USE_VAD → const PermissionFlags
- CHANGE_NICKNAME → const PermissionFlags
- MANAGE_NICKNAMES → const PermissionFlags
- MANAGE_ROLES → const PermissionFlags
- MANAGE_WEBHOOKS → const PermissionFlags
- MANAGE_GUILD_EXPRESSIONS → const PermissionFlags
- USE_APPLICATION_COMMANDS → const PermissionFlags
- REQUEST_TO_SPEAK → const PermissionFlags
- MANAGE_EVENTS → const PermissionFlags
- MANAGE_THREADS → const PermissionFlags
- CREATE_PUBLIC_THREADS → const PermissionFlags
- CREATE_PRIVATE_THREADS → const PermissionFlags
- USE_EXTERNAL_STICKERS → const PermissionFlags
- SEND_MESSAGES_IN_THREADS → const PermissionFlags
- USE_EMBEDDED_ACTIVITIES → const PermissionFlags
- MODERATE_MEMBERS → const PermissionFlags
- VIEW_CREATOR_MONETIZATION_ANALYTICS → const PermissionFlags
- USE_SOUNDBOARD → const PermissionFlags
- CREATE_GUILD_EXPRESSIONS → const PermissionFlags
- CREATE_EVENTS → const PermissionFlags
- USE_EXTERNAL_SOUNDS → const PermissionFlags
- SEND_VOICE_MESSAGES → const PermissionFlags
- SEND_POLLS → const PermissionFlags
- USE_EXTERNAL_APPS → const PermissionFlags
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PermissionFlags> - A constant List of the values in this enum, in order of their declaration.