Module tdlight.api

Class TdApi.UpdateForumTopicInfo

Enclosing class:
TdApi

public static final class TdApi.UpdateForumTopicInfo extends TdApi.Update
Basic information about a topic in a forum chat was changed.
  • Field Details

  • Constructor Details

    • UpdateForumTopicInfo

      public UpdateForumTopicInfo()
      Basic information about a topic in a forum chat was changed.
    • UpdateForumTopicInfo

      public UpdateForumTopicInfo(long chatId, TdApi.ForumTopicInfo info)
      Basic information about a topic in a forum chat was changed.
      Parameters:
      chatId - long Chat identifier.
      info - ForumTopicInfo New information about the topic.
    • UpdateForumTopicInfo

      public UpdateForumTopicInfo(DataInput input) throws IOException
      Basic information about a topic in a forum chat was changed.
      Throws:
      IOException
  • Method Details