Package org.drinkless.tdlib
Class TdApi.ChatEventInvitesToggled
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventInvitesToggled
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventInvitesToggled extends TdApi.ChatEventAction
The canInviteUsers permission of a supergroup chat was toggled.
-
-
Field Summary
Fields Modifier and Type Field Description booleancanInviteUsersNew value of canInviteUsers permission.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description ChatEventInvitesToggled()The canInviteUsers permission of a supergroup chat was toggled.ChatEventInvitesToggled(boolean canInviteUsers)The canInviteUsers permission of a supergroup chat was toggled.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
canInviteUsers
public boolean canInviteUsers
New value of canInviteUsers permission.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventInvitesToggled
public ChatEventInvitesToggled()
The canInviteUsers permission of a supergroup chat was toggled.
-
ChatEventInvitesToggled
public ChatEventInvitesToggled(boolean canInviteUsers)
The canInviteUsers permission of a supergroup chat was toggled.- Parameters:
canInviteUsers- New value of canInviteUsers permission.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-