public static class TdApi.ChatStatisticsObjectTypeMessage extends TdApi.ChatStatisticsObjectType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
| Constructor and Description |
|---|
ChatStatisticsObjectTypeMessage()
Describes a message sent in the chat.
|
ChatStatisticsObjectTypeMessage(long messageId)
Describes a message sent in the chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long messageId
public static final int CONSTRUCTOR
public ChatStatisticsObjectTypeMessage()
public ChatStatisticsObjectTypeMessage(long messageId)
messageId - Message identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object