public static class TdApi.LinkPreviewTypeTheme extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Document[] |
documents
The list of files with theme description.
|
TdApi.ThemeSettings |
settings
Settings for the cloud theme; may be null if unknown.
|
| Constructor and Description |
|---|
LinkPreviewTypeTheme()
The link is a link to a cloud theme.
|
LinkPreviewTypeTheme(TdApi.Document[] documents,
TdApi.ThemeSettings settings)
The link is a link to a cloud theme.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Document[] documents
public TdApi.ThemeSettings settings
public static final int CONSTRUCTOR
public LinkPreviewTypeTheme()
public LinkPreviewTypeTheme(TdApi.Document[] documents, TdApi.ThemeSettings settings)
documents - The list of files with theme description.settings - Settings for the cloud theme; may be null if unknown.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object