ForumTopicEdited¶
- class aiogram.types.forum_topic_edited.ForumTopicEdited(*, name: str | None = None, icon_custom_emoji_id: str | None = None, **extra_data: Any)[source]¶
This object represents a service message about an edited forum topic.
Source: https://core.telegram.org/bots/api#forumtopicedited
- name: str | None¶
Optional. New name of the topic, if it was edited
- model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}¶
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.
- model_post_init(context: Any, /) None ¶
We need to both initialize private attributes and call the user-defined model_post_init method.
- icon_custom_emoji_id: str | None¶
Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed