public static class TdApi.ChatEventSignMessagesToggled extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
signMessages
New value of signMessages.
|
Constructor and Description |
---|
ChatEventSignMessagesToggled()
The signMessages setting of a channel was toggled.
|
ChatEventSignMessagesToggled(boolean signMessages)
The signMessages setting of a channel was toggled.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean signMessages
public static final int CONSTRUCTOR
public ChatEventSignMessagesToggled()
public ChatEventSignMessagesToggled(boolean signMessages)
signMessages
- New value of signMessages.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction