Class: TD::Types::LinkPreviewType::Theme

Inherits:
TD::Types::LinkPreviewType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#documentsArray<TD::Types::Document>

The list of files with theme description.

Returns:



7
8
9
# File 'lib/tdlib/types/link_preview_type/theme.rb', line 7

def documents
  @documents
end

#settingsTD::Types::ThemeSettings

Settings for the cloud theme.

Returns:



7
8
9
# File 'lib/tdlib/types/link_preview_type/theme.rb', line 7

def settings
  @settings
end