mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
pyrofork: Fix missing argument on Message
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
d3c945f6b6
commit
08af7a1b66
1 changed files with 1 additions and 0 deletions
|
|
@ -506,6 +506,7 @@ class Message(Object, Update):
|
||||||
screenshot_taken: "types.ScreenshotTaken" = None,
|
screenshot_taken: "types.ScreenshotTaken" = None,
|
||||||
invoice: "types.Invoice" = None,
|
invoice: "types.Invoice" = None,
|
||||||
story: Union["types.MessageStory", "types.Story"] = None,
|
story: Union["types.MessageStory", "types.Story"] = None,
|
||||||
|
alternative_videos: List["types.AlternativeVideo"] = None,
|
||||||
video: "types.Video" = None,
|
video: "types.Video" = None,
|
||||||
voice: "types.Voice" = None,
|
voice: "types.Voice" = None,
|
||||||
video_note: "types.VideoNote" = None,
|
video_note: "types.VideoNote" = None,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue