Class: TD::Types::InternalLinkType::Theme

Inherits:
TD::Types::InternalLinkType show all
Defined in:
lib/tdlib/types/internal_link_type/theme.rb

Overview

The link is a link to a cloud theme. TDLib has no theme support yet.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#theme_nameTD::Types::String

Name of the theme.

Returns:

  • (TD::Types::String)

    the current value of theme_name



6
7
8
# File 'lib/tdlib/types/internal_link_type/theme.rb', line 6

def theme_name
  @theme_name
end