Interface InputInvoiceMessage

Describes an invoice to process. Subtype of InputInvoice.

interface InputInvoiceMessage {
    @type: "inputInvoiceMessage";
    chat_id: number;
    message_id: number;
}

Properties

@type: "inputInvoiceMessage"
chat_id: number

Chat identifier of the message.

message_id: number

Message identifier. Use messageProperties.can_be_paid to check whether the message can be used in the method.