mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 14:25:55 +00:00
Fix small typo: Message.unpin was pinning
This commit is contained in:
@@ -3295,7 +3295,7 @@ class Message(Object, Update):
|
||||
Raises:
|
||||
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,
|
||||
message_id=self.message_id
|
||||
)
|
||||
|
Reference in New Issue
Block a user