Skip to main content
Module

x/grammy_parse_mode/deps.deno.ts>Context#editForumTopic

Safely format messages and keep their source code maintainable.
Go to Latest
method Context.prototype.editForumTopic
Re-export
import { Context } from "https://deno.land/x/grammy_parse_mode@1.9.0/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