Skip to main content

messageActionTopicCreate

A forum topic was created.

type tg.MessageActionTopicCreate struct { /* ... */ }

Implements MessageAction.

Fields

NameTypeRequiredDescription
TitleMissingboolTitleMissing field of MessageActionTopicCreate.
TitlestringyesTopic name.
IconColorintyesIf no custom emoji icon is specified, specifies the color of the fallback topic icon (RGB), one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F.
IconEmojiIDint64ID of the custom emoji used as topic icon.

References