mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge branch 'beta'
This commit is contained in:
@@ -29,7 +29,7 @@ public struct BotUserInfoFlags: OptionSet {
|
||||
|
||||
public static let hasAccessToChatHistory = BotUserInfoFlags(rawValue: (1 << 0))
|
||||
public static let worksWithGroups = BotUserInfoFlags(rawValue: (1 << 1))
|
||||
public static let requiresGeolocationForInlineRequests = BotUserInfoFlags(rawValue: (1 << 2))
|
||||
public static let requiresGeolocationForInlineRequests = BotUserInfoFlags(rawValue: (1 << 3))
|
||||
}
|
||||
|
||||
public struct BotUserInfo: PostboxCoding, Equatable {
|
||||
|
||||
Reference in New Issue
Block a user