mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
901 B
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
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];