Module tdlight.api

Class TdApi.UpdateMessageLiveLocationViewed

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageLiveLocationViewed
Enclosing class:
TdApi

public static final 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 Details

    • 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
      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

      public UpdateMessageLiveLocationViewed(DataInput input) throws IOException
      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