Document NotFound exception raise in message deletion endpoints
This commit is contained in:
@ -740,6 +740,8 @@ class Message:
|
||||
------
|
||||
Forbidden
|
||||
You do not have proper permissions to delete the message.
|
||||
NotFound
|
||||
The message was deleted already
|
||||
HTTPException
|
||||
Deleting the message failed.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user