mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
added equatable protocol for all bot payment structures
This commit is contained in:
parent
d06288e4c8
commit
bee3fc1ae3
@ -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 invoice: BotPaymentInvoice
|
||||||
public let info: BotPaymentRequestedInfo?
|
public let info: BotPaymentRequestedInfo?
|
||||||
public let shippingOption: BotPaymentShippingOption?
|
public let shippingOption: BotPaymentShippingOption?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user