Record
sendchatbot-params
No description available.
record sendchatbot-params {
account-id: string,
content: sendchatbot-body-content,
is-markdown-support: option<bool>,
robot-jid: string,
to-jid: string,
user-jid: option<string>,
visible-to-user: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-id | string | |
| content | sendchatbot-body-content | |
| is-markdown-support | option<bool> | |
| robot-jid | string | |
| to-jid | string | |
| user-jid | option<string> | |
| visible-to-user | option<string> |