mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
fix bot business flag
This commit is contained in:
parent
08e2e0b123
commit
cddce526bf
@ -37,7 +37,7 @@ public struct BotUserInfoFlags: OptionSet {
|
|||||||
public static let requiresGeolocationForInlineRequests = BotUserInfoFlags(rawValue: (1 << 3))
|
public static let requiresGeolocationForInlineRequests = BotUserInfoFlags(rawValue: (1 << 3))
|
||||||
public static let canBeAddedToAttachMenu = BotUserInfoFlags(rawValue: (1 << 4))
|
public static let canBeAddedToAttachMenu = BotUserInfoFlags(rawValue: (1 << 4))
|
||||||
public static let canEdit = BotUserInfoFlags(rawValue: (1 << 5))
|
public static let canEdit = BotUserInfoFlags(rawValue: (1 << 5))
|
||||||
public static let isBusiness = BotUserInfoFlags(rawValue: (1 << 5))
|
public static let isBusiness = BotUserInfoFlags(rawValue: (1 << 6))
|
||||||
}
|
}
|
||||||
|
|
||||||
public struct BotUserInfo: PostboxCoding, Equatable {
|
public struct BotUserInfo: PostboxCoding, Equatable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user