mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-21 10:03:03 +00:00
Glass
This commit is contained in:
@@ -43,6 +43,7 @@ public struct BotUserInfoFlags: OptionSet {
|
||||
public static let isBusiness = BotUserInfoFlags(rawValue: (1 << 6))
|
||||
public static let hasWebApp = BotUserInfoFlags(rawValue: (1 << 7))
|
||||
public static let hasForum = BotUserInfoFlags(rawValue: (1 << 8))
|
||||
public static let forumManagedByUser = BotUserInfoFlags(rawValue: (1 << 9))
|
||||
}
|
||||
|
||||
public struct BotUserInfo: PostboxCoding, Equatable {
|
||||
|
||||
Reference in New Issue
Block a user