public static class TdApi.GetChatRevenueStatistics extends TdApi.Function<TdApi.ChatRevenueStatistics>
Returns ChatRevenueStatistics
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isDark
Pass true if a dark theme is used by the application.
|
| Constructor and Description |
|---|
GetChatRevenueStatistics()
Default constructor for a function, which returns detailed revenue statistics about a chat.
|
GetChatRevenueStatistics(long chatId,
boolean isDark)
Creates a function, which returns detailed revenue statistics about a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public boolean isDark
public static final int CONSTRUCTOR
public GetChatRevenueStatistics()
Returns ChatRevenueStatistics
public GetChatRevenueStatistics(long chatId,
boolean isDark)
Returns ChatRevenueStatistics
chatId - Chat identifier.isDark - Pass true if a dark theme is used by the application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object