Class: TD::Types::LinkPreviewType::Theme
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::Theme
- Defined in:
- lib/tdlib/types/link_preview_type/theme.rb
Overview
The link is a link to a cloud theme. TDLib has no theme support yet.
Instance Attribute Summary collapse
-
#documents ⇒ Array<TD::Types::Document>
The list of files with theme description.
-
#settings ⇒ TD::Types::ThemeSettings
Settings for the cloud theme.
Method Summary
Methods inherited from Base
Instance Attribute Details
#documents ⇒ Array<TD::Types::Document>
The list of files with theme description.
7 8 9 |
# File 'lib/tdlib/types/link_preview_type/theme.rb', line 7 def documents @documents end |
#settings ⇒ TD::Types::ThemeSettings
Settings for the cloud theme.
7 8 9 |
# File 'lib/tdlib/types/link_preview_type/theme.rb', line 7 def settings @settings end |