Class: TD::Types::InternalLinkType::Theme
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::Theme
- 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
-
#theme_name ⇒ TD::Types::String
Name of the theme.
Method Summary
Methods inherited from Base
Instance Attribute Details
#theme_name ⇒ TD::Types::String
Name of the theme.
6 7 8 |
# File 'lib/tdlib/types/internal_link_type/theme.rb', line 6 def theme_name @theme_name end |