Class: TD::Types::AutosaveSettingsScope::Chat

Inherits:
TD::Types::AutosaveSettingsScope show all
Defined in:
lib/tdlib/types/autosave_settings_scope/chat.rb

Overview

Autosave settings applied to a chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



5
6
7
# File 'lib/tdlib/types/autosave_settings_scope/chat.rb', line 5

def chat_id
  @chat_id
end