mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +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…
x
Reference in New Issue
Block a user