Class: TD::Types::Update::MessageLiveLocationViewed

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/message_live_location_viewed.rb

Overview

A message with a live location was viewed. When the update is received, the application is supposed to update the live location.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Identifier of the chat with the live location message.

Returns:

  • (Integer)

    the current value of chat_id



7
8
9
# File 'lib/tdlib/types/update/message_live_location_viewed.rb', line 7

def chat_id
  @chat_id
end

#message_idInteger

Identifier of the message with live location.

Returns:

  • (Integer)

    the current value of message_id



7
8
9
# File 'lib/tdlib/types/update/message_live_location_viewed.rb', line 7

def message_id
  @message_id
end