update
This commit is contained in:
11
lib/src/enum/group_verification.dart
Normal file
11
lib/src/enum/group_verification.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
/// 进群验证设置选项
|
||||
class GroupVerification {
|
||||
/// 申请需要同意 邀请直接进
|
||||
static const int applyNeedVerificationInviteDirectly = 0;
|
||||
|
||||
/// 所有人进群需要验证,除了群主管理员邀
|
||||
static const int allNeedVerification = 1;
|
||||
|
||||
/// 直接进群
|
||||
static const int directly = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user