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];