Files
leadchat/app/views/api/v1/models/_inbox_slim.json.jbuilder
2025-02-27 21:45:20 +05:30

7 lines
208 B
Ruby

json.id resource.id
json.avatar_url resource.try(:avatar_url)
json.channel_id resource.channel_id
json.name resource.name
json.channel_type resource.channel_type
json.provider resource.channel.try(:provider)