Skip to main content
Module

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

Conversational interfaces for grammY
Go to Latest
method Context.prototype.editForumTopic
Re-export
import { Context } from "https://deno.land/x/grammy_conversations@v1.1.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

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