mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-24 21:11:22 +00:00
added equatable protocol for all bot payment structures
This commit is contained in:
@@ -341,7 +341,7 @@ public func sendBotPaymentForm(account: Account, messageId: MessageId, validated
|
||||
}
|
||||
}
|
||||
|
||||
public struct BotPaymentReceipt {
|
||||
public struct BotPaymentReceipt : Equatable {
|
||||
public let invoice: BotPaymentInvoice
|
||||
public let info: BotPaymentRequestedInfo?
|
||||
public let shippingOption: BotPaymentShippingOption?
|
||||
|
||||
Reference in New Issue
Block a user