Browse Source

Add read state notice to Message.ack()

pull/10109/head
dolfies 2 years ago
parent
commit
be4cbec1df
  1. 5
      discord/message.py

5
discord/message.py

@ -1121,6 +1121,11 @@ class PartialMessage(Hashable):
Marks this message as read.
.. note::
This sets the last acknowledged message to this message,
which will mark acknowledged messages created after this one as unread.
Parameters
-----------
manual: :class:`bool`

Loading…
Cancel
Save