mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Add missing colon
This commit is contained in:
parent
a02cd271c9
commit
80d7a8cbbd
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ class Chat(Object):
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
RPCError: In case of Telegram RPC error.
|
RPCError: In case of Telegram RPC error.
|
||||||
ValueError If a chat_id doesn't belong to a supergroup or a channel.
|
ValueError: If a chat_id doesn't belong to a supergroup or a channel.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return self._client.set_chat_description(
|
return self._client.set_chat_description(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue