mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added missing FORUM_TOPIC_EDITED value to content_type property
This commit is contained in:
parent
fea1b7b0a3
commit
37aac685d1
1 changed files with 2 additions and 0 deletions
|
|
@ -317,6 +317,8 @@ class Message(TelegramObject):
|
|||
return ContentType.MESSAGE_AUTO_DELETE_TIMER_CHANGED
|
||||
if self.forum_topic_created:
|
||||
return ContentType.FORUM_TOPIC_CREATED
|
||||
if self.forum_topic_edited:
|
||||
return ContentType.FORUM_TOPIC_EDITED
|
||||
if self.forum_topic_closed:
|
||||
return ContentType.FORUM_TOPIC_CLOSED
|
||||
if self.forum_topic_reopened:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue