Skip to main content

Chat Notification Data Schema

There is one type of chat notification which contains data received when there is a new reply.

The schemas are as follows:

Chat Reply Notification

FieldTypeDescription
msg_id
Integer
Message unique identifier
buyer_id
Integer
Buyer unique identifier
message
String
Message content
thumbnail
String
Chat's Thumbnail
full_name
String
Opposite chat user's first name
shop_id
Integer
Shop unique identifier

Example Response

{
"msg_id":10000,
"buyer_id":654321,
"message":"Hello World",
"thumbnail":"https://cdn.tokopedia.com/image.jpg",
"full_name":"Budi",
"shop_id":123456
}

Have a feedback?