Merge branch 'develop' into asyncio

This commit is contained in:
Dan 2018-12-25 23:08:52 +01:00
commit f4736c17a6
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(