get_star_transactions


Description:

public async StarTransactions get_star_transactions (MessageSender owner_id, string subscription_id, StarTransactionDirection direction, string offset, int32 limit) throws TDLibError

Returns the list of Telegram Star transactions for the specified owner

Parameters:

owner_id

Identifier of the owner of the Telegram Stars; can be the identifier of the current user, identifier of an owned bot, or identifier of a supergroup or a channel chat with supergroupFullInfo.can_get_star_revenue_statistics == true

subscription_id

If non-empty, only transactions related to the Star Subscription will be returned

direction

Direction of the transactions to receive; pass null to get all transactions

offset

Offset of the first transaction to return as received from the previous request; use empty string to get the first chunk of results

limit

The maximum number of transactions to return