Class TdApi.ChatEventInvitesToggled

Enclosing class:
TdApi

public static class TdApi.ChatEventInvitesToggled
extends TdApi.ChatEventAction
The canInviteUsers permission of a supergroup chat was toggled.
  • Field Details

    • canInviteUsers

      public boolean canInviteUsers
      New value of canInviteUsers permission.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • 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 - boolean New value of canInviteUsers permission.
    • ChatEventInvitesToggled

      public ChatEventInvitesToggled​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details