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

Parameters

string $name
int $icon_color
string|null $icon_custom_emoji_id

at line 25
string getName()

Name of the topic.

Return Value

string

at line 33
int getIconColor()

Color of the topic icon in RGB format.

Return Value

int

at line 41
string|null getIconCustomEmojiId()

Optional. Unique identifier of the custom emoji shown as the topic icon.

Return Value

string|null