public static class TdApi.ChatEventIsForumToggled extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isForum
New value of isForum.
|
| Constructor and Description |
|---|
ChatEventIsForumToggled()
The isForum setting of a channel was toggled.
|
ChatEventIsForumToggled(boolean isForum)
The isForum 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 isForum
public static final int CONSTRUCTOR
public ChatEventIsForumToggled()
public ChatEventIsForumToggled(boolean isForum)
isForum - New value of isForum.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object