mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
BotAppReference : Equatable
This commit is contained in:
@@ -592,7 +592,7 @@ func _internal_getAttachMenuBot(accountPeerId: PeerId, postbox: Postbox, network
|
||||
|> switchToLatest
|
||||
}
|
||||
|
||||
public enum BotAppReference {
|
||||
public enum BotAppReference : Equatable {
|
||||
case id(id: Int64, accessHash: Int64)
|
||||
case shortName(peerId: PeerId, shortName: String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user