Skip to content

getChatRevenueTransactions

Function · TDLib 1.8.67 · d1085f9c

Returns the list of revenue transactions for a chat. Currently, this method can be used only for channels if supergroupFullInfo.can_get_revenue_statistics == true or bots if userFullInfo.bot_info.can_get_revenue_statistics == true

getChatRevenueTransactions(
  chat_id: int53,
  offset: string,
  limit: int32
) → ChatRevenueTransactions

chat_id

int53

Chat identifier

offset

string

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

limit

int32

The maximum number of transactions to be returned; up to 100