mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-17 18:46:40 +00:00
Add send_as and message_effect_id for client send_file test
new parameters introduced by 859f7423f2
This commit is contained in:
parent
3708fd9605
commit
ae9c798e2c
@ -79,5 +79,6 @@ class TestMessageMethods:
|
|||||||
force_document=False, thumb=None, buttons=None,
|
force_document=False, thumb=None, buttons=None,
|
||||||
clear_draft=False, schedule=None, supports_streaming=False,
|
clear_draft=False, schedule=None, supports_streaming=False,
|
||||||
comment_to=None, background=None, nosound_video=None,
|
comment_to=None, background=None, nosound_video=None,
|
||||||
|
send_as=None, message_effect_id=None,
|
||||||
)
|
)
|
||||||
assert result == expected_result
|
assert result == expected_result
|
||||||
|
Loading…
Reference in New Issue
Block a user