GetPaymentForm
public struct GetPaymentForm : Codable, Equatable, TDFunction
Returns an invoice payment form. This method should be called when the user presses inlineKeyboardButtonBuy
-
Undocumented
Declaration
Swift
public typealias Result = PaymentForm -
Chat identifier of the Invoice message
Declaration
Swift
public let chatId: Int53 -
Message identifier
Declaration
Swift
public let messageId: Int53 -
Returns an invoice payment form. This method should be called when the user presses inlineKeyboardButtonBuy
Parameters
chatIdChat identifier of the Invoice message
messageIdMessage identifier
View on GitHub
Install in Dash
GetPaymentForm Structure Reference