Link Search Menu Expand Document

Constructor: inputInvoiceMessage

Back to constructors index

An invoice contained in a messageMediaInvoice message.

Attributes:

NameTypeRequiredDescription
peerUsername, chat ID, Update, Message or InputPeerOptionalChat where the invoice was sent
msg_idintYesMessage ID

Type: InputInvoice

Example:

$inputInvoiceMessage = ['_' => 'inputInvoiceMessage', 'peer' => InputPeer, 'msg_id' => int];