Package org.drinkless.tdlib
Class TdApi.UpdateTextCompositionStyles
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateTextCompositionStyles
- Enclosing class:
TdApi
The styles supported for text composition have changed.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new list of supported styles. -
Constructor Summary
ConstructorsConstructorDescriptionThe styles supported for text composition have changed.The styles supported for text composition have changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
styles
The new list of supported styles. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateTextCompositionStyles
public UpdateTextCompositionStyles()The styles supported for text composition have changed. -
UpdateTextCompositionStyles
The styles supported for text composition have changed.- Parameters:
styles- The new list of supported styles.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-