public static class TdApi.GetMessageStatistics extends TdApi.Function
Returns MessageStatistics
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.
|
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() |
toString
public 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()
getConstructor
in class TdApi.Function