mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 00:35:10 +00:00
Merge branch 'develop' into asyncio
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user