TapTalk.io Documentation
Search…
TapTalk.io Documentation
Introduction
OneTalk Omnichannel Documentation
Getting Started with OneTalk
Channel Integration
Integration API
Live Chat Widget Callback Function
Social Channel Button
PowerTalk Chat SDK Documentation
Getting Started with PowerTalk
PowerTalk Android
Get Started
TapUI and TapCore
Background Process in TapTalk.io
Authentication
Connection
Event Listener
Push Notification
General
User
Room List
Chat Room and Messages
Contact
Message Type
Customize UI Appearance
Customize Chat Features
Customize Chat Message Bubble
Error Codes
PowerTalk iOS
PowerTalk React Native
Javascript SDK
Server API
Webhook
MeetTalk SDK Documentation
Getting Started with MeetTalk
MeetTalk Android
MeetTalk iOS
SendTalk API Documentation
Introduction
Messages API
Powered By
GitBook
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_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
.
Previous
Contact
Next
Customize UI Appearance
Last modified
1yr ago
Copy link