Class: TD::Types::Update::ChatThemes

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

Overview

The list of available chat themes has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_themesArray<TD::Types::ChatTheme>

The new list of chat themes.

Returns:



5
6
7
# File 'lib/tdlib/types/update/chat_themes.rb', line 5

def chat_themes
  @chat_themes
end