Module tdlight.api

Class TdApi.ChatEventHasProtectedContentToggled

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventHasProtectedContentToggled
Enclosing class:
TdApi

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

    • hasProtectedContent

      public boolean hasProtectedContent
      New value of hasProtectedContent.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • 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 - boolean New value of hasProtectedContent.
    • ChatEventHasProtectedContentToggled

      public ChatEventHasProtectedContentToggled(DataInput input) throws IOException
      The hasProtectedContent setting of a channel was toggled.
      Throws:
      IOException
  • Method Details