InboxChatMessages

Message Types

All supported message types in the Wexio inbox

Wexio supports 20 distinct message types across all connected channels. Each type has its own rendering, interactions, and capabilities.

Different message types in chat

Message Types Overview

TypeChannelsDescription
TextAllPlain or formatted text with link previews
MediaAllImages, videos, audio, animations, stickers, albums
ButtonsAllMessages with interactive button keyboards
Media ButtonsAllMedia content combined with interactive buttons
ListWhatsAppScrollable list menus with sections
LocationAllMap pins with live location tracking
Location RequestWhatsAppRequest for user's current location
ContactAllShared contact cards (vCard)
PollTelegramPolls and quizzes with voting
TemplateWhatsAppPre-approved message templates
CTA URLWhatsAppCall-to-action URL button messages
GameTelegramGame messages with title and preview
DiceTelegramDice rolls and emoji-based game mechanics
StoryInstagram, WhatsAppStory mentions and replies
CallbackAllButton callback query responses
PinTelegramMessage pin/unpin notifications
SystemAllPlatform events (login, assignment, flow, status)
UnknownAllFallback for unrecognized message types

Message Bubble

Every message is wrapped in a MessageCard that provides common features:

  • Avatar — Sender's profile picture
  • Timestamp — Absolute time and relative time (e.g., "2 min ago")
  • Delivery status — Sent, delivered, read indicators
  • Reactions — Emoji reactions from both sides
  • Reply context — Shows the original message when replying
  • Actions menu — Edit, delete, react, reply, labels
Message bubble with actions

Channel Differences

Not all message types are available on every channel. The table above notes primary channel support. See the individual message type pages for detailed channel compatibility.

Messages from channels that support rich formatting (like Telegram) preserve their formatting when displayed in the inbox.

On this page