mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 04:44:50 +00:00
Pyrofork: Typo fix
This commit is contained in:
parent
d2059ce948
commit
8a910de8eb
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ class Message(Object, Update):
|
|||
forum_topic_edited: "types.ForumTopicEdited" = None,
|
||||
general_topic_hidden: "types.GeneralTopicHidden" = None,
|
||||
general_topic_unhidden: "types.GeneralTopicUnhidden" = None,
|
||||
giveaway_launched: "types.GiveawayLauncheded" = None,
|
||||
giveaway_launched: "types.GiveawayLaunched" = None,
|
||||
video_chat_scheduled: "types.VideoChatScheduled" = None,
|
||||
video_chat_started: "types.VideoChatStarted" = None,
|
||||
video_chat_ended: "types.VideoChatEnded" = None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue