messageActionTopicCreate
A forum topic was created.
type tg.MessageActionTopicCreate struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
TitleMissing | bool | — | TitleMissing field of MessageActionTopicCreate. |
Title | string | yes | Topic name. |
IconColor | int | yes | If no custom emoji icon is specified, specifies the color of the fallback topic icon (RGB), one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F. |
IconEmojiID | int64 | — | ID of the custom emoji used as topic icon. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionTopicCreate#d999256