Interface TonTransactionTypeSuggestedPostPayment

The transaction is a payment for a suggested post. Subtype of TonTransactionType.

interface TonTransactionTypeSuggestedPostPayment {
    @type: "tonTransactionTypeSuggestedPostPayment";
    chat_id: number;
}

Properties

Properties

@type: "tonTransactionTypeSuggestedPostPayment"
chat_id: number

Identifier of the channel chat that posted the post.