public static class TdApi.GetThemeParametersJsonString extends TdApi.Function<TdApi.Text>
Returns Text
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ThemeParameters |
theme
Theme parameters to convert to JSON.
|
| Constructor and Description |
|---|
GetThemeParametersJsonString()
Default constructor for a function, which converts a themeParameters object to corresponding JSON-serialized string.
|
GetThemeParametersJsonString(TdApi.ThemeParameters theme)
Creates a function, which converts a themeParameters object to corresponding JSON-serialized string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ThemeParameters theme
public static final int CONSTRUCTOR
public GetThemeParametersJsonString()
Returns Text
public GetThemeParametersJsonString(TdApi.ThemeParameters theme)
Returns Text
theme - Theme parameters to convert to JSON.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object