Wazapin supports two channel types:
  • Official (WhatsApp Business Platform)
  • Unofficial (gateway-based channel)

Message type support

Message typeOfficialUnofficialNotes
textYesYesNative on both channel types.
image / video / audio / documentYesYesNative on both channel types.
buttons / list / templateYesYesOn unofficial channels, rendering may use fallback formatting.
stickerYesYesNative on both channel types.
location / location_requestYesYesNative on both channel types.
contactYesYesNative on both channel types.
reactionYesYesNative on both channel types.
mark_as_readYesYesSupported on both channel types.
pollNoYesNot available on official channels.
edit / deleteNoYesNot available on official channels.

Recommendation

If you need the widest feature compatibility, start with core message types:
  • text
  • media
  • template
  • buttons/list
Then test advanced features per channel before production rollout.