From 8d301b9dd012ac1710f4c36c5c6e6f5f52bc99f6 Mon Sep 17 00:00:00 2001 From: Kartik Chugh Date: Tue, 23 Jun 2020 15:16:57 -0400 Subject: [PATCH] Fixes deleteMessage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d54b6ef8c..b3f66850a 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ You can also control certain actions of the widget: - **toggleMsgLoader** - Toggles the message loader that shows as a "typing..." style. -- **deleteMessages*** +- **deleteMessages** - params: - count: messages to delete counting from last to first - id: message id to delete