From eb4803c86e0137662f9e34701e9a9d01ad4360b3 Mon Sep 17 00:00:00 2001 From: scrubjay55 Date: Tue, 4 Jan 2022 16:49:31 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f432b6..51d213f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,12 @@ The event of connecting to the chats for the first time. Executed only once. ```python @chatbot.event.on_invitation ``` -The event of receving a chat invitation whether direct or group. +The event of the bot receving a chat invitation whether direct or group. + +```python +@chatbot.event.on_invitation_of_other +``` +The event of another user receving an invitation for a group chat the bot is in. ```python @chatbot.event.on_message_deleted