Class: TD::Types::Update::ActiveLiveLocationMessages

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messagesArray<TD::Types::Message>

The list of messages with active live locations.

Returns:



6
7
8
# File 'lib/tdlib/types/update/active_live_location_messages.rb', line 6

def messages
  @messages
end