Interface StarTransactions

Represents a list of Telegram Star transactions.

interface StarTransactions {
    @type: "starTransactions";
    next_offset: string;
    star_amount: StarAmount;
    transactions: StarTransaction[];
}

Properties

@type: "starTransactions"
next_offset: string

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

star_amount: StarAmount

The amount of owned Telegram Stars.

transactions: StarTransaction[]

List of transactions with Telegram Stars.