Package org.drinkless.tdlib
Class TdApi.GetThemeParametersJsonString
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Text>
org.drinkless.tdlib.TdApi.GetThemeParametersJsonString
- Enclosing class:
- TdApi
Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously.
Returns Text
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Theme parameters to convert to JSON. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which converts a themeParameters object to corresponding JSON-serialized string.Creates a function, which converts a themeParameters object to corresponding JSON-serialized string. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
theme
Theme parameters to convert to JSON. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetThemeParametersJsonString
public GetThemeParametersJsonString()Default constructor for a function, which converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously.Returns
Text -
GetThemeParametersJsonString
Creates a function, which converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously.Returns
Text- Parameters:
theme- Theme parameters to convert to JSON.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-