GroupAddOptEnum enum
加群选项
Values
- Forbid → const GroupAddOptEnum
-
禁止加群
- Auth → const GroupAddOptEnum
-
需要管理员审批
- Any → const GroupAddOptEnum
-
自由加入
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<
GroupAddOptEnum> - A constant List of the values in this enum, in order of their declaration.