public static class TdApi.GetChatRevenueTransactions extends TdApi.Function<TdApi.ChatRevenueTransactions>
Returns ChatRevenueTransactions
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of transactions to be returned; up to 200.
|
int |
offset
Number of transactions to skip.
|
| Constructor and Description |
|---|
GetChatRevenueTransactions()
Default constructor for a function, which returns the list of revenue transactions for a chat.
|
GetChatRevenueTransactions(long chatId,
int offset,
int limit)
Creates a function, which returns the list of revenue transactions for a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public int offset
public int limit
public static final int CONSTRUCTOR
public GetChatRevenueTransactions()
Returns ChatRevenueTransactions
public GetChatRevenueTransactions(long chatId,
int offset,
int limit)
Returns ChatRevenueTransactions
chatId - Chat identifier.offset - Number of transactions to skip.limit - The maximum number of transactions to be returned; up to 200.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object