pyrofork: Fix missing argument on Message

Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
Yasir Aris M 2024-12-19 14:48:30 +07:00 committed by Yasir
parent d3c945f6b6
commit 08af7a1b66

View file

@ -506,6 +506,7 @@ class Message(Object, Update):
screenshot_taken: "types.ScreenshotTaken" = None,
invoice: "types.Invoice" = None,
story: Union["types.MessageStory", "types.Story"] = None,
alternative_videos: List["types.AlternativeVideo"] = None,
video: "types.Video" = None,
voice: "types.Voice" = None,
video_note: "types.VideoNote" = None,