Class: TD::Types::PushMessageContent::ChatSetTheme

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/chat_set_theme.rb

Overview

A chat theme was edited.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#theme_nameTD::Types::String

If non-empty, name of a new theme, set for the chat. Otherwise, the chat theme was reset to the default one.

Returns:

  • (TD::Types::String)

    the current value of theme_name



6
7
8
# File 'lib/tdlib/types/push_message_content/chat_set_theme.rb', line 6

def theme_name
  @theme_name
end