Skip to Content

VendorChatMessageResponse

Properties

NameTypeDescriptionNotes
message_idLongUnique identifier for the message[default to null]
chat_session_idLongChat session ID[default to null]
sender_idLongSender’s user ID[default to null]
sender_display_nameStringSender’s display name[default to null]
sender_avatar_urlStringSender’s avatar URL[optional] [default to null]
sender_typeStringSender type (user, vendor, etc.)[default to null]
client_temp_idStringClient-side temporary ID[optional] [default to null]
client_timestampLongClient timestamp (milliseconds since epoch)[default to null]
server_timestampLongServer timestamp (milliseconds since epoch)[default to null]
message_typeMessageTypeMessage type[default to null]
payloadanyMessage payload[default to null]
reply_to_message_idLongID of the message being replied to[optional] [default to null]
replied_msg_preview_textStringPreview text of replied message[optional] [default to null]
is_editedBooleanWhether the message was edited[default to null]
deleted_timestampLongTimestamp when deleted (milliseconds since epoch)[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]