SystemChannelFlag enum
- Inheritance
- Implemented types
- Available extensions
Values
- suppressJoinNotifications → const SystemChannelFlag
-
const SystemChannelFlag(1 << 0)
- suppressPremiumSubscriptions → const SystemChannelFlag
-
const SystemChannelFlag(1 << 1)
- suppressGuildReminderNotifications → const SystemChannelFlag
-
const SystemChannelFlag(1 << 2)
- suppressJoinNotificationReplies → const SystemChannelFlag
-
const SystemChannelFlag(1 << 3)
- suppressRoleSubscriptionPurchaseNotifications → const SystemChannelFlag
-
const SystemChannelFlag(1 << 4)
- suppressRoleSubscriptionPurchaseNotificationReplies → const SystemChannelFlag
-
const SystemChannelFlag(1 << 5)
Properties
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<
SystemChannelFlag> - A constant List of the values in this enum, in order of their declaration.