Class TdApi.ChatEventInvitesToggled

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventInvitesToggled
    extends TdApi.ChatEventAction
    The canInviteUsers permission of a supergroup chat was toggled.
    • 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.