Interface ChatRevenueTransactionTypeSuggestedPostEarnings

Describes earnings from a published suggested post. Subtype of ChatRevenueTransactionType.

interface ChatRevenueTransactionTypeSuggestedPostEarnings {
    @type: "chatRevenueTransactionTypeSuggestedPostEarnings";
    user_id: number;
}

Properties

Properties

@type: "chatRevenueTransactionTypeSuggestedPostEarnings"
user_id: number

Identifier of the user that paid for the suggested post.