Module tdlight.api

Class TdApi.ChatEventInvitesToggled

Enclosing class:
TdApi

public static final 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:
  • 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
      The canInviteUsers permission of a supergroup chat was toggled.
      Throws:
      IOException
  • Method Details