Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc committed Jan 4, 2022
1 parent 75537ad commit eb4803c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb4803c

Please sign in to comment.