2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 08:45:13 +00:00

Merge branch 'develop' into asyncio

This commit is contained in:
Dan
2018-12-25 23:08:52 +01:00
2 changed files with 0 additions and 2 deletions

View File

@@ -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(

View File

@@ -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(