mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Invite Links Improvements
This commit is contained in:
@@ -14,6 +14,7 @@ public struct UserInfoFlags: OptionSet {
|
||||
public static let isVerified = UserInfoFlags(rawValue: (1 << 0))
|
||||
public static let isSupport = UserInfoFlags(rawValue: (1 << 1))
|
||||
public static let isScam = UserInfoFlags(rawValue: (1 << 2))
|
||||
public static let isFake = UserInfoFlags(rawValue: (1 << 3))
|
||||
}
|
||||
|
||||
public struct BotUserInfoFlags: OptionSet {
|
||||
|
||||
Reference in New Issue
Block a user