Class: TD::Types::Update::MessageLiveLocationViewed
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageLiveLocationViewed
- 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
-
#chat_id ⇒ Integer
Identifier of the chat with the live location message.
-
#message_id ⇒ Integer
Identifier of the message with live location.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat with the live location message.
7 8 9 |
# File 'lib/tdlib/types/update/message_live_location_viewed.rb', line 7 def chat_id @chat_id end |
#message_id ⇒ Integer
Identifier of the message with live location.
7 8 9 |
# File 'lib/tdlib/types/update/message_live_location_viewed.rb', line 7 def @message_id end |