haskell-tdlib-2.0.68.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetChatRevenueTransactions

Synopsis

Documentation

data GetChatRevenueTransactions Source #

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. Returns ChatRevenueTransactions

Constructors

GetChatRevenueTransactions 

Fields

  • chat_id :: Maybe Int

    Chat identifier

  • offset :: Maybe Text

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

  • limit :: Maybe Int

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