Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2024-07-19 17:43:27 +04:00
36 changed files with 1903 additions and 721 deletions

View File

@@ -38,6 +38,7 @@ public struct BotUserInfoFlags: OptionSet {
public static let canBeAddedToAttachMenu = BotUserInfoFlags(rawValue: (1 << 4))
public static let canEdit = BotUserInfoFlags(rawValue: (1 << 5))
public static let isBusiness = BotUserInfoFlags(rawValue: (1 << 6))
public static let hasWebApp = BotUserInfoFlags(rawValue: (1 << 7))
}
public struct BotUserInfo: PostboxCoding, Equatable {