Constructor: messageActionTopicCreate
A forum topic was created.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| title_missing | Bool | Optional | |
| title | string | Yes | Topic name. |
| icon_color | 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. |
| icon_emoji_id | long | Optional | ID of the custom emoji used as topic icon. |
Type: MessageAction
Example:
$messageActionTopicCreate = ['_' => 'messageActionTopicCreate', 'title_missing' => Bool, 'title' => 'string', 'icon_color' => int, 'icon_emoji_id' => long];