About Events
We are still updating this page
Some data may be missing here — we will fill it in shortly.
When generating an event (adding a new message, opening a dialog with the chat bot, inviting the chat bot to a chat, removing the chat bot from the client side), a request is formed for the event handler specified by you during bot registration. You can read more about the event mechanism here.
- ONAPPINSTALL - event for application installation.
- ONAPPUPDATE - event for application update.
- ONIMBOTMESSAGEADD - event that occurs when a message is sent.
- ONIMBOTMESSAGEUPDATE - event that occurs when a message is edited.
- ONIMBOTMESSAGEDELETE - event that occurs when a message is deleted.
- ONIMCOMMANDADD - event for the chat bot receiving a command.
- ONIMBOTJOINCHAT - event for the chat bot receiving information about being added to a chat (or personal conversation).
- ONIMBOTDELETE - event for the deletion of the chat bot.