public static class TdApi.ChatEventInvitesToggled extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
boolean |
canInviteUsers
New value of canInviteUsers permission.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ChatEventInvitesToggled()
The canInviteUsers permission of a supergroup chat was toggled.
|
ChatEventInvitesToggled(boolean canInviteUsers)
The canInviteUsers permission of a supergroup chat was toggled.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean canInviteUsers
public static final int CONSTRUCTOR
public ChatEventInvitesToggled()
public ChatEventInvitesToggled(boolean canInviteUsers)
canInviteUsers - New value of canInviteUsers permission.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object