From 4f675131b99516967e6888ae3af6dae0b9f4a386 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Thu, 19 Nov 2015 21:05:40 +0000 Subject: [PATCH] Finished messageUpdated --- docs/docs_client.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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