Module tdlight.api

Class TdApi.ChatEventIsForumToggled

Enclosing class:
TdApi

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

    • isForum

      public boolean isForum
      New value of isForum.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatEventIsForumToggled

      public ChatEventIsForumToggled()
      The isForum setting of a channel was toggled.
    • ChatEventIsForumToggled

      public ChatEventIsForumToggled(boolean isForum)
      The isForum setting of a channel was toggled.
      Parameters:
      isForum - boolean New value of isForum.
    • ChatEventIsForumToggled

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