Skip to content

GramIO API Reference / gramio/dist / EditForumTopicParams

Interface: EditForumTopicParams

Defined in: @gramio/types/out/params.d.ts:2309

Params object for editForumTopic method

Properties

PropertyTypeDescriptionDefined in
chat_idstring | numberUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)@gramio/types/out/params.d.ts:2313
icon_custom_emoji_id?stringNew unique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept@gramio/types/out/params.d.ts:2325
message_thread_idnumberUnique identifier for the target message thread of the forum topic@gramio/types/out/params.d.ts:2317
name?stringNew topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept@gramio/types/out/params.d.ts:2321