mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-30 20:34:51 +00:00
Merge branch 'develop' into asyncio
This commit is contained in:
commit
f4736c17a6
2 changed files with 0 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ class PinChatMessage(BaseClient):
|
|||
|
||||
Raises:
|
||||
:class:`Error <pyrogram.Error>` in case of a Telegram RPC error.
|
||||
``ValueError`` if a chat_id doesn't belong to a supergroup or a channel.
|
||||
"""
|
||||
await self.send(
|
||||
functions.messages.UpdatePinnedMessage(
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ class UnpinChatMessage(BaseClient):
|
|||
|
||||
Raises:
|
||||
:class:`Error <pyrogram.Error>` in case of a Telegram RPC error.
|
||||
``ValueError`` if a chat_id doesn't belong to a supergroup or a channel.
|
||||
"""
|
||||
await self.send(
|
||||
functions.messages.UpdatePinnedMessage(
|
||||
|
|
|
|||
Loading…
Reference in a new issue