Class TdApi.ChatEventHasProtectedContentToggled

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventHasProtectedContentToggled
    extends TdApi.ChatEventAction
    The hasProtectedContent setting of a channel was toggled.
    • Field Detail

      • hasProtectedContent

        public boolean hasProtectedContent
        New value of hasProtectedContent.
      • CONSTRUCTOR

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

      • ChatEventHasProtectedContentToggled

        public ChatEventHasProtectedContentToggled()
        The hasProtectedContent setting of a channel was toggled.
      • ChatEventHasProtectedContentToggled

        public ChatEventHasProtectedContentToggled​(boolean hasProtectedContent)
        The hasProtectedContent setting of a channel was toggled.
        Parameters:
        hasProtectedContent - New value of hasProtectedContent.