Interface StarTransactionTypeSuggestedPostPaymentSend

The transaction is a payment for a suggested post; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeSuggestedPostPaymentSend {
    @type: "starTransactionTypeSuggestedPostPaymentSend";
    chat_id: number;
}

Properties

Properties

@type: "starTransactionTypeSuggestedPostPaymentSend"
chat_id: number

Identifier of the channel chat that posted the post.