Interface PushMessageContentInvoice

A message with an invoice from a bot. Subtype of PushMessageContent.

interface PushMessageContentInvoice {
    @type: "pushMessageContentInvoice";
    is_pinned?: boolean;
    price: string;
}

Properties

@type: "pushMessageContentInvoice"
is_pinned?: boolean

True, if the message is a pinned message with the specified content.

price: string

Product price.