Constructor: inputInvoiceMessage
An invoice contained in a messageMediaInvoice message or paid media ».
Attributes:
| Name | Type | Required | Description | 
|---|---|---|---|
| peer | Username, chat ID, Update, Message or InputPeer | Optional | Chat where the invoice/paid media was sent | 
| msg_id | int | Yes | Message ID | 
Type: InputInvoice
Example:
 $inputInvoiceMessage = ['_' => 'inputInvoiceMessage', 'peer' => InputPeer, 'msg_id' => int];