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