Chatwoot/app/views/api/v1/models/_widget_message.json.jbuilder
2021-02-16 00:14:13 +05:30

9 lines
451 B
Ruby

json.id resource.id
json.content resource.content
json.message_type resource.message_type_before_type_cast
json.content_type resource.content_type
json.content_attributes resource.content_attributes
json.created_at resource.created_at.to_i
json.conversation_id resource.conversation.display_id
json.attachments resource.attachments.map(&:push_event_data) if resource.attachments.present?
json.sender resource.sender.push_event_data if resource.sender