Skip to main content
Latest
method Context.prototype.editForumTopic
Re-export
import { Context } from "https://deno.land/x/grammy_runner@v2.0.3/deps.deno.ts";

Context-aware alias for api.editForumTopic. Use this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have can_manage_topics administrator rights, unless it is the creator of the topic. Returns True on success.

Parameters

optional
other: Other<"editForumTopic", "chat_id" | "message_thread_id">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#editforumtopic