Documentation - v0.27.0
    Preparing search index...
    • Update forum settings of a supergroup.

      Only owner of the supergroup can change this setting.

      Parameters

      • client: ITelegramClient
      • chatId: InputPeerLike

        Chat ID or username

      • settings: { isForum: boolean; threadsMode: "list" | "tabs" } | null

        New settings. null is a shorthand for { isForum: false }

        • { isForum: boolean; threadsMode: "list" | "tabs" }
          • isForum: boolean

            Whether the supergroup should be a forum

          • threadsMode: "list" | "tabs"
        • null

      Returns Promise<void>