BotAppReference : Equatable

This commit is contained in:
Mikhail Filimonov
2024-07-25 14:43:23 -03:00
parent df31800dcd
commit 5061fa9f2b

View File

@@ -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)
}