mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Fix tiny typo
This commit is contained in:
parent
a398bc5fc7
commit
b439e44015
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class SendVideoNote(BaseClient):
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
:obj:`Message` | ``None``: On success, the sent video note message is returned, otherwise, in case the
|
:obj:`Message` | ``None``: On success, the sent video note message is returned, otherwise, in case the
|
||||||
pload is deliberately stopped with :meth:`~Client.stop_transmission`, None is returned.
|
upload is deliberately stopped with :meth:`~Client.stop_transmission`, None is returned.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
RPCError: In case of a Telegram RPC error.
|
RPCError: In case of a Telegram RPC error.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue