ForumTopic¶
- class telegram.ForumTopic(message_thread_id, name, icon_color, icon_custom_emoji_id=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object represents a forum topic.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
message_thread_id
,name
andicon_color
are equal.Returned In
Added in version 20.0.
- Parameters:
message_thread_id (
int
) – Unique identifier of the forum 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.