Module tdlight.api

Class TdApi.MessageForumTopicCreated

Enclosing class:
TdApi

public static final class TdApi.MessageForumTopicCreated extends TdApi.MessageContent
A forum topic has been created.
  • Field Details

  • Constructor Details

    • MessageForumTopicCreated

      public MessageForumTopicCreated()
      A forum topic has been created.
    • MessageForumTopicCreated

      public MessageForumTopicCreated(String name, TdApi.ForumTopicIcon icon)
      A forum topic has been created.
      Parameters:
      name - String Name of the topic.
      icon - ForumTopicIcon Icon of the topic.
    • MessageForumTopicCreated

      public MessageForumTopicCreated(DataInput input) throws IOException
      A forum topic has been created.
      Throws:
      IOException
  • Method Details