mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-13 20:07:28 +03:00
fix description pin and unpin
This commit is contained in:
parent
6f0058b7a4
commit
29512bbec8
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ class Message(APIModelBase):
|
||||||
|
|
||||||
Pins the message.
|
Pins the message.
|
||||||
|
|
||||||
You must have the ``MANAGE_MESSAGES` permission to do this in a non-private channel context.
|
You must have the `MANAGE_MESSAGES` permission to do this in a non-private channel context.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
@ -237,7 +237,7 @@ class Message(APIModelBase):
|
||||||
|
|
||||||
Unpins the message.
|
Unpins the message.
|
||||||
|
|
||||||
You must have the ``MANAGE_MESSAGES` permission to do this in a non-private channel context.
|
You must have the `MANAGE_MESSAGES` permission to do this in a non-private channel context.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in a new issue