Skip to content

GramIO API Reference / gramio/dist / CreateForumTopicParams

Interface: CreateForumTopicParams

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

Params object for createForumTopic 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:2291
icon_color?CreateForumTopicIconColorColor of the topic icon in RGB format. Currently, must be one of 7322096 (0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98), 16749490 (0xFF93B2), or 16478047 (0xFB6F5F)@gramio/types/out/params.d.ts:2299
icon_custom_emoji_id?stringUnique identifier of the custom emoji shown as the topic icon. Use getForumTopicIconStickers to get all allowed custom emoji identifiers.@gramio/types/out/params.d.ts:2303
namestringTopic name, 1-128 characters@gramio/types/out/params.d.ts:2295