Module tdlight.api

Class TdApi.SetPinnedForumTopics

Enclosing class:
TdApi

public static final class TdApi.SetPinnedForumTopics extends TdApi.Function<TdApi.Ok>
Changes the order of pinned forum topics. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageThreadIds

      public long[] messageThreadIds
      The new list of pinned forum topics.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SetPinnedForumTopics

      public SetPinnedForumTopics()
      Changes the order of pinned forum topics. Returns Ok
    • SetPinnedForumTopics

      public SetPinnedForumTopics(long chatId, long[] messageThreadIds)
      Changes the order of pinned forum topics. Returns Ok
      Parameters:
      chatId - long Chat identifier.
      messageThreadIds - long[] The new list of pinned forum topics.
    • SetPinnedForumTopics

      public SetPinnedForumTopics(DataInput input) throws IOException
      Changes the order of pinned forum topics. Returns Ok
      Throws:
      IOException
  • Method Details