Message Type Compatibility for Cross-Platform xBot
This document details the types of messages supported by each platform to ensure compatibility and enhance user experience in xBOT application
Platform
Text Messages
Adaptive Card
HTML Format
Markdown
{ "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "text": "Welcome to the chat!", "weight": "bolder", "size": "medium" }, { "type": "Image", "url": "https://example.com/welcome.png" } ], "actions": [ { "type": "Action.OpenUrl", "title": "Learn More", "url": "https://example.com" } ] }

UI that displays in message list <p><strong>Important Update:</strong> Please review the attached document.</p> <a href="https://example.com/document.pdf">Download Document</a>

UI that displays in message list


Simple editor 
Editor that supports HTML default mode 
Editor that supports HTML toolbar mode 
Editor that supports HTML default mode 
Editor that supports HTML toolbar mode
Last updated