Package org.drinkless.tdlib
Class TdApi.GetMessageReadDate
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.MessageReadDate>
org.drinkless.tdlib.TdApi.GetMessageReadDate
- Enclosing class:
- TdApi
Returns read date of a recent outgoing message in a private chat. The method can be called if messageProperties.canGetReadDate == true.
Returns MessageReadDate
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns read date of a recent outgoing message in a private chat.GetMessageReadDate(long chatId, long messageId) Creates a function, which returns read date of a recent outgoing message in a private chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdIdentifier of the message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetMessageReadDate
public GetMessageReadDate()Default constructor for a function, which returns read date of a recent outgoing message in a private chat. The method can be called if messageProperties.canGetReadDate == true.Returns
MessageReadDate -
GetMessageReadDate
public GetMessageReadDate(long chatId, long messageId) Creates a function, which returns read date of a recent outgoing message in a private chat. The method can be called if messageProperties.canGetReadDate == true.Returns
MessageReadDate- Parameters:
chatId- Chat identifier.messageId- Identifier of the message.
-
-
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
-