Class TdApi.ChatEventInvitesToggled

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventInvitesToggled
    extends TdApi.ChatEventAction
    The anyoneCanInvite setting of a supergroup chat was toggled.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean anyoneCanInvite
      New value of anyoneCanInvite.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Field Detail

      • anyoneCanInvite

        public boolean anyoneCanInvite
        New value of anyoneCanInvite.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatEventInvitesToggled

        public ChatEventInvitesToggled()
        Default constructor.
      • ChatEventInvitesToggled

        public ChatEventInvitesToggled​(boolean anyoneCanInvite)
        Constructor for initialization of all fields.
        Parameters:
        anyoneCanInvite - New value of anyoneCanInvite.