Interface StarTransactionTypeSuggestedPostPaymentReceive

The transaction is a receiving of a payment for a suggested post by the channel chat; for channel chats only. Subtype of StarTransactionType.

interface StarTransactionTypeSuggestedPostPaymentReceive {
    @type: "starTransactionTypeSuggestedPostPaymentReceive";
    user_id: number;
}

Properties

Properties

@type: "starTransactionTypeSuggestedPostPaymentReceive"
user_id: number

Identifier of the user that paid for the suggested post.