Merge branch 'beta'

This commit is contained in:
Peter
2019-10-24 18:19:01 +04:00
8 changed files with 30 additions and 13 deletions

View File

@@ -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 {