public static class TdApi.ChatEventSignMessagesToggled extends TdApi.ChatEventAction
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean signMessages
public static final int CONSTRUCTOR
public ChatEventSignMessagesToggled()
public ChatEventSignMessagesToggled(boolean signMessages)
signMessages - New value of signMessages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object