Package org.drinkless.tdlib
Class TdApi.ChatEventAutomaticTranslationToggled
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventAutomaticTranslationToggled
- Enclosing class:
- TdApi
The hasAutomaticTranslation setting of a channel was toggled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
New value of hasAutomaticTranslation. -
Constructor Summary
ConstructorsConstructorDescriptionThe hasAutomaticTranslation setting of a channel was toggled.ChatEventAutomaticTranslationToggled
(boolean hasAutomaticTranslation) The hasAutomaticTranslation setting of a channel was toggled. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
hasAutomaticTranslation
public boolean hasAutomaticTranslationNew value of hasAutomaticTranslation. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventAutomaticTranslationToggled
public ChatEventAutomaticTranslationToggled()The hasAutomaticTranslation setting of a channel was toggled. -
ChatEventAutomaticTranslationToggled
public ChatEventAutomaticTranslationToggled(boolean hasAutomaticTranslation) The hasAutomaticTranslation setting of a channel was toggled.- Parameters:
hasAutomaticTranslation
- New value of hasAutomaticTranslation.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-