Module tdlight.api

Class TdApi.ChatEventForumTopicDeleted

Enclosing class:
TdApi

public static final class TdApi.ChatEventForumTopicDeleted extends TdApi.ChatEventAction
A forum topic was deleted.
  • Field Details

  • Constructor Details

    • ChatEventForumTopicDeleted

      public ChatEventForumTopicDeleted()
      A forum topic was deleted.
    • ChatEventForumTopicDeleted

      public ChatEventForumTopicDeleted(TdApi.ForumTopicInfo topicInfo)
      A forum topic was deleted.
      Parameters:
      topicInfo - ForumTopicInfo Information about the topic.
    • ChatEventForumTopicDeleted

      public ChatEventForumTopicDeleted(DataInput input) throws IOException
      A forum topic was deleted.
      Throws:
      IOException
  • Method Details