mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Fix small typo: Message.unpin was pinning
This commit is contained in:
parent
3c992e8f86
commit
4b3fc729ad
@ -3295,7 +3295,7 @@ class Message(Object, Update):
|
|||||||
Raises:
|
Raises:
|
||||||
RPCError: In case of a Telegram RPC error.
|
RPCError: In case of a Telegram RPC error.
|
||||||
"""
|
"""
|
||||||
return await self._client.pin_chat_message(
|
return await self._client.unpin_chat_message(
|
||||||
chat_id=self.chat.id,
|
chat_id=self.chat.id,
|
||||||
message_id=self.message_id
|
message_id=self.message_id
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user