BotChatMessageRequestRequest
- messageType: stringmin length:1required
The message text to send. Does not support emojis currently. For Microsoft Teams, you can use basic HTML tags to format the message including
,
, , , and . - toType: string · ToEnumenum
Who to send the message to.
everyone- everyonespecific_user- specific_usereveryone_but_host- everyone_but_host
values- everyone
- specific
_user - everyone
_but _host
- toType: string | null
_user _uuid max length:255The UUID of the user to send the message to. Required if 'to' is 'specific_user'.