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 intIdentifier uniquely determining type of the object.booleanNew 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-