public static class TdApi.GetChatStatistics extends TdApi.Function
Returns ChatStatistics
TdApi.Function.Constructors
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 |
---|
GetChatStatistics()
Default constructor for a function, which returns detailed statistics about a chat.
|
GetChatStatistics(long chatId,
boolean isDark)
Creates a function, which returns detailed statistics about a chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public boolean isDark
public static final int CONSTRUCTOR
public GetChatStatistics()
Returns ChatStatistics
public GetChatStatistics(long chatId, boolean isDark)
Returns ChatStatistics
chatId
- Chat identifier.isDark
- Pass true if a dark theme is used by the application.public int getConstructor()
getConstructor
in class TdApi.Function