Message Type
TapTalk.io use a predefined type for each chat message bubble as shown below:
TapTalk Chat Message Type Name
Type
Description
TYPE_TEXT
1001
Used for text message bubble.
TYPE_IMAGE
1002
Used for image message bubble.
TYPE_VIDEO
1003
Used for video message bubble.
TYPE_FILE
1004
Used for file message bubble.
TYPE_LOCATION
1005
Used for location message bubble.
TYPE_CONTACT*
1006
Used for contact message bubble *(coming soon).
TYPE_STICKER*
1007
Used for contact message bubble *(coming soon).
TYPE_LINK
1010
Used for message bubble that contains URL.
TYPE_SYSTEM_MESSAGE
9001
Used for system message bubble
TYPE_UNREAD_MESSAGE_IDENTIFIER
9002
Used to mark the start of unread messages in chat room
TapTalk.io Chat Message Type
1xxx for Standard Message Bubble 9xxx for System Message Bubble 3xxx for User Customized Message Bubble
If you wish to create custom message bubble, please set your customized chat message bubble type with 3 as prefix (e.g. 3001).
You can add your own customized chat message bubble by following the instructions in Customized Chat Message Bubble Page.
Last updated