ForumTopicCreated
class ForumTopicCreated
This object represents a service message about a new forum topic created in the chat.
Methods
__construct(string $name, int $icon_color, string|null $icon_custom_emoji_id = null)
No description
string
getName()
Name of the topic.
int
getIconColor()
Color of the topic icon in RGB format.
string|null
getIconCustomEmojiId()
Optional. Unique identifier of the custom emoji shown as the topic icon.
Details
at line 15
__construct(string $name, int $icon_color, string|null $icon_custom_emoji_id = null)
No description
at line 25
string
getName()
Name of the topic.
at line 33
int
getIconColor()
Color of the topic icon in RGB format.
at line 41
string|null
getIconCustomEmojiId()
Optional. Unique identifier of the custom emoji shown as the topic icon.