Package org.drinkless.tdlib
Class TdApi.RemoveTextCompositionStyle
- Enclosing class:
TdApi
Removes a custom text composition style from the list of used by the user styles. If the style was created by the current user, then it can only be deleted.
Returns Ok
-
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 removes a custom text composition style from the list of used by the user styles.Creates a function, which removes a custom text composition style from the list of used by the user styles. -
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
-
RemoveTextCompositionStyle
public RemoveTextCompositionStyle()Default constructor for a function, which removes a custom text composition style from the list of used by the user styles. If the style was created by the current user, then it can only be deleted.Returns
Ok -
RemoveTextCompositionStyle
Creates a function, which removes a custom text composition style from the list of used by the user styles. If the style was created by the current user, then it can only be deleted.Returns
Ok- 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.Ok>- Returns:
- this.CONSTRUCTOR
-