mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update telebot/types.py
This commit is contained in:
parent
667e82d073
commit
267a33c329
@ -5930,7 +5930,7 @@ class InputMediaVideo(InputMedia):
|
||||
ret['duration'] = self.duration
|
||||
if self.supports_streaming:
|
||||
ret['supports_streaming'] = self.supports_streaming
|
||||
if self.has_spoiler:
|
||||
if self.has_spoiler is not None:
|
||||
ret['has_spoiler'] = self.has_spoiler
|
||||
return ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user