Message Type

TapTalk.io use a predefined type for each chat message bubble as shown below:

TapTalk Chat Message Type Name

Type

Description

TAPChatMessageTypeMessage

1001

Used for text message bubble.

TAPChatMessageTypeImage

1002

Used for image message bubble.

TAPChatMessageTypeVideo

1003

Used for video message bubble.

TAPChatMessageTypeFile

1004

Used for file message bubble.

TAPChatMessageTypeLocation

1005

Used for location message bubble.

TAPChatMessageTypeContact*

1006

Used for contact message bubble *(coming soon).

TAPChatMessageTypeSticker*

1007

Used for contact message bubble *(coming soon).

TAPChatMessageTypeLink

1010

Used for message bubble that contains URL.

TAPChatMessageTypeSystemMessage

9001

Used for system message bubble

TAPChatMessageTypeUnreadMessageIdentifier

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