teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsGetStarsTransactionsParams

    interface PaymentsGetStarsTransactionsParams {
        ascending?: boolean;
        inbound?: boolean;
        limit: number;
        offset: string;
        outbound?: boolean;
        peer: EntityLike;
        subscriptionId?: string;
        ton?: boolean;
    }
    Index
    ascending?: boolean

    Return transactions in ascending order by date (instead of descending order by date).

    inbound?: boolean

    If set, fetches only incoming transactions.

    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for pagination, obtained from the returned next_offset , initially an empty string » .

    outbound?: boolean

    If set, fetches only outgoing transactions.

    peer: EntityLike

    Fetch the transaction history of the peer ( inputPeerSelf or a bot we own).

    subscriptionId?: string

    If set, fetches only transactions for the specified Telegram Star subscription » .

    ton?: boolean

    If set, returns the channel/ad revenue transactions in nanotons, instead.