This commit is contained in:
Isaac
2026-01-13 19:21:49 +04:00
parent 3773777141
commit 2db08cde89
167 changed files with 4322 additions and 3473 deletions

View File

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