Class: TD::Types::Update::AutosaveSettings

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

Overview

Autosave settings for some type of chats were updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#scopeTD::Types::AutosaveSettingsScope

Type of chats for which autosave settings were updated.

Returns:



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

def scope
  @scope
end

#settingsTD::Types::ScopeAutosaveSettings?

The new autosave settings; may be null if the settings are reset to default.

Returns:



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

def settings
  @settings
end