Package org.drinkless.tdlib
Class TdApi.ChatStatisticsObjectTypeMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatStatisticsObjectType
org.drinkless.tdlib.TdApi.ChatStatisticsObjectTypeMessage
- Enclosing class:
- TdApi
Describes a message sent in the chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a message sent in the chat.ChatStatisticsObjectTypeMessage(long messageId) Describes a message sent in the chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
messageId
public long messageIdMessage identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatStatisticsObjectTypeMessage
public ChatStatisticsObjectTypeMessage()Describes a message sent in the chat. -
ChatStatisticsObjectTypeMessage
public ChatStatisticsObjectTypeMessage(long messageId) Describes a message sent in the chat.- Parameters:
messageId- Message identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-