diff --git a/docs/docs_client.rst b/docs/docs_client.rst index 578427b75..062452abb 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -565,4 +565,6 @@ messageDeleted Emitted when a message has been deleted and the Client finds out, supplies a Message_ object IF available. messageUpdated -~~~~~~~~~~~~~~ \ No newline at end of file +~~~~~~~~~~~~~~ + +Emitted when a message has been updated and the client finds out. Supplies two Message_ objects, the first being the new updated messages, the latter being the old message. \ No newline at end of file