Class: TD::Types::BackgroundType::ChatTheme

Inherits:
TD::Types::BackgroundType show all
Defined in:
lib/tdlib/types/background_type/chat_theme.rb

Overview

A background from a chat theme; can be used only as a chat background in channels.

Instance Attribute Summary collapse

Method Summary

Methods inherited from TD::Types::Base

#to_hash, #to_json

Instance Attribute Details

#theme_nameTD::Types::String

Name of the chat theme.

Returns:

  • (TD::Types::String)

    the current value of theme_name



5
6
7
# File 'lib/tdlib/types/background_type/chat_theme.rb', line 5

def theme_name
  @theme_name
end