ForumTopicCreated¶
- class telegram.ForumTopicCreated(name, icon_color, icon_custom_emoji_id=None, is_name_implicit=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object represents the content of a service message about a new forum topic created in the chat.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
nameandicon_colorare equal.Available In
Added in version 20.0.
- Parameters:
name (
str) – Name of the topicicon_color (
int) – Color of the topic icon in RGB formaticon_custom_emoji_id (
str, optional) – Unique identifier of the custom emoji shown as the topic icon.is_name_implicit (
bool, optional) –True, if the name of the topic wasn’t specified explicitly by its creator and likely needs to be changed by the bot.Added in version 22.6.