Skip to main content
Module

x/grammy/context.ts>Context#editForumTopic

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.editForumTopic
import { Context } from "https://deno.land/x/grammy@v1.12.1/context.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

name: string

New topic name, 1-128 characters

icon_custom_emoji_id: string

New unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers.

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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