Class 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 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.