MadelineProtoDocs/docs/API_docs/constructors/inputInvoiceMessage.md
2024-05-01 14:53:46 +02:00

901 B

title description nav_exclude image
inputInvoiceMessage An invoice contained in a messageMediaInvoice message. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputInvoiceMessage

Back to constructors index

An invoice contained in a messageMediaInvoice message.

Attributes:

Name Type Required Description
peer Username, chat ID, Update, Message or InputPeer Optional Chat where the invoice was sent
msg_id int Yes Message ID

Type: InputInvoice

Example:

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