Module tdlight.api

Class TdApi.ChatEventForumTopicCreated

Enclosing class:
TdApi

public static final class TdApi.ChatEventForumTopicCreated extends TdApi.ChatEventAction
A new forum topic was created.
  • Field Details

  • Constructor Details

    • ChatEventForumTopicCreated

      public ChatEventForumTopicCreated()
      A new forum topic was created.
    • ChatEventForumTopicCreated

      public ChatEventForumTopicCreated(TdApi.ForumTopicInfo topicInfo)
      A new forum topic was created.
      Parameters:
      topicInfo - ForumTopicInfo Information about the topic.
    • ChatEventForumTopicCreated

      public ChatEventForumTopicCreated(DataInput input) throws IOException
      A new forum topic was created.
      Throws:
      IOException
  • Method Details