Class: TD::Types::Update::ActiveLiveLocationMessages
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ActiveLiveLocationMessages
- Defined in:
- lib/tdlib/types/update/active_live_location_messages.rb
Overview
The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used.
Instance Attribute Summary collapse
-
#messages ⇒ Array<TD::Types::Message>
The list of messages with active live locations.
Method Summary
Methods inherited from Base
Instance Attribute Details
#messages ⇒ Array<TD::Types::Message>
The list of messages with active live locations.
6 7 8 |
# File 'lib/tdlib/types/update/active_live_location_messages.rb', line 6 def @messages end |