java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageLiveLocationViewed
- Enclosing class:
- TdApi
A message with a live location was
viewed. When the update is received,
the application is supposed to update
the live location.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat with the live location message.static final int
long
Identifier of the message with live location. -
Constructor Summary
ConstructorDescriptionA message with a live location was viewed.UpdateMessageLiveLocationViewed
(long chatId, long messageId) A message with a live location was viewed.A message with a live location was viewed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat with the live location message. -
messageId
public long messageIdIdentifier of the message with live location. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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
- long Identifier of the chat with the live location message.messageId
- long Identifier of the message with live location.
-
UpdateMessageLiveLocationViewed
A message with a live location was viewed. When the update is received, the application is supposed to update the live location.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-