public static class TdApi.ChatEventInvitesToggled extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
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() |
toString
public boolean canInviteUsers
public static final int CONSTRUCTOR
public ChatEventInvitesToggled()
public ChatEventInvitesToggled(boolean canInviteUsers)
canInviteUsers
- New value of canInviteUsers permission.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction