ForumTopicEdited¶
- class telegram.ForumTopicEdited(name=None, icon_custom_emoji_id=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object represents a service message about an edited forum topic.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
nameandicon_custom_emoji_idare equal.Available In
Added in version 20.0.
- Parameters:
name (
str, optional) – New name of the topic, if it was edited.icon_custom_emoji_id (
str, optional) – New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.