mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Bot previews
This commit is contained in:
@@ -99,6 +99,9 @@ extension TelegramUser {
|
||||
if (flags2 & (1 << 11)) != 0 {
|
||||
botFlags.insert(.isBusiness)
|
||||
}
|
||||
if (flags2 & (1 << 13)) != 0 {
|
||||
botFlags.insert(.hasWebApp)
|
||||
}
|
||||
botInfo = BotUserInfo(flags: botFlags, inlinePlaceholder: botInlinePlaceholder)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user