Working with Messages
We are still updating this page
Some data may be missing here — we will complete it shortly.
Scope:
imbotWho can execute the method: any user
Warning
These methods for working with messages are typically used when a user writes something, so it is essential to handle the event ONIMBOTMESSAGEADD.
Methods
Events
|
Method |
Description |
|
Adds a new message from the chat bot |
|
|
Updates an existing message from the chat bot |
|
|
Deletes a message from the chat bot |
|
|
Likes a message from the chat bot |
|
Event |
Triggered |
|
When a message is sent |
|
|
When a message from the chat bot is updated |
|
|
When a message from the chat bot is deleted |
Copied