Interface ChatRevenueTransactions

Contains a list of chat revenue transactions.

interface ChatRevenueTransactions {
    @type: "chatRevenueTransactions";
    next_offset: string;
    ton_amount: number;
    transactions: ChatRevenueTransaction[];
}

Properties

@type: "chatRevenueTransactions"
next_offset: string

The offset for the next request. If empty, then there are no more results.

ton_amount: number

The amount of owned Toncoins; in the smallest units of the cryptocurrency.

transactions: ChatRevenueTransaction[]

List of transactions.