Package org.drinkless.tdlib
Class TdApi.SearchTextCompositionStyle
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.TextCompositionStyle>
org.drinkless.tdlib.TdApi.SearchTextCompositionStyle
- Enclosing class:
TdApi
public static class TdApi.SearchTextCompositionStyle
extends TdApi.Function<TdApi.TextCompositionStyle>
Searches a custom text composition style by its name.
Returns TextCompositionStyle
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Name of the style. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches a custom text composition style by its name.Creates a function, which searches a custom text composition style by its name. -
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
-
name
Name of the style. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchTextCompositionStyle
public SearchTextCompositionStyle()Default constructor for a function, which searches a custom text composition style by its name.Returns
TextCompositionStyle -
SearchTextCompositionStyle
Creates a function, which searches a custom text composition style by its name.Returns
TextCompositionStyle- Parameters:
name- Name of the style.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.TextCompositionStyle>- Returns:
- this.CONSTRUCTOR
-