BotChatMessageRequestRequest

  • message
    Type: string
    min length:  
    1
    required

    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 .

  • to
    Type: string · ToEnumenum
    • everyone - everyone
    • specific_user - specific_user
    • everyone_but_host - everyone_but_host
    values
    • everyone
    • specific_user
    • everyone_but_host
  • to_user_uuid
    Type: string | null
    max length:  
    255

    The UUID of the user to send the message to. Required if 'to' is 'specific_user'.