fix description pin and unpin

This commit is contained in:
ths_dev 2022-04-09 10:59:52 +03:00 committed by GitHub
parent 6f0058b7a4
commit 29512bbec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ class Message(APIModelBase):
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
----------
@ -237,7 +237,7 @@ class Message(APIModelBase):
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
----------