Package org.drinkless.tdlib
Class TdApi.UpdateMessageLiveLocationViewed
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateMessageLiveLocationViewed
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateMessageLiveLocationViewed extends TdApi.Update
A message with a live location was viewed. When the update is received, the application is supposed to update the live location.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdIdentifier of the chat with the live location message.static intCONSTRUCTORIdentifier uniquely determining type of the object.longmessageIdIdentifier of the message with live location.
-
Constructor Summary
Constructors Constructor Description UpdateMessageLiveLocationViewed()A message with a live location was viewed.UpdateMessageLiveLocationViewed(long chatId, long messageId)A message with a live location was viewed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Identifier of the chat with the live location message.
-
messageId
public long messageId
Identifier of the message with live location.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateMessageLiveLocationViewed
public UpdateMessageLiveLocationViewed()
A message with a live location was viewed. When the update is received, the application is supposed to update the live location.
-
UpdateMessageLiveLocationViewed
public UpdateMessageLiveLocationViewed(long chatId, long messageId)A message with a live location was viewed. When the update is received, the application is supposed to update the live location.- Parameters:
chatId- Identifier of the chat with the live location message.messageId- Identifier of the message with live location.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-