Package org.drinkless.tdlib
Class TdApi.ChatEventSignMessagesToggled
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventSignMessagesToggled
- Enclosing class:
- TdApi
The signMessages setting of a channel was toggled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanNew value of signMessages. -
Constructor Summary
ConstructorsConstructorDescriptionThe signMessages setting of a channel was toggled.ChatEventSignMessagesToggled(boolean signMessages) The signMessages 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
-
signMessages
public boolean signMessagesNew value of signMessages. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventSignMessagesToggled
public ChatEventSignMessagesToggled()The signMessages setting of a channel was toggled. -
ChatEventSignMessagesToggled
public ChatEventSignMessagesToggled(boolean signMessages) The signMessages setting of a channel was toggled.- Parameters:
signMessages- New value of signMessages.
-
-
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
-