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
public static class TdApi.ChatEventSignMessagesToggled extends TdApi.ChatEventAction
The signMessages setting of a channel was toggled.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleansignMessagesNew value of signMessages.
-
Constructor Summary
Constructors Constructor Description ChatEventSignMessagesToggled()The signMessages setting of a channel was toggled.ChatEventSignMessagesToggled(boolean signMessages)The signMessages setting of a channel was toggled.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
signMessages
public boolean signMessages
New value of signMessages.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-