chore: Handle attachments in Whatsapp Channel (#3299)
send and receive attachments in 360Dialog WhatsApp channels
This commit is contained in:
@@ -78,11 +78,11 @@ module SlackStubs
|
||||
[
|
||||
{
|
||||
mimetype: 'image/png',
|
||||
url_private: 'https://via.placeholder.com/250x250.png',
|
||||
url_private: 'https://chatwoot-assets.local/sample.png',
|
||||
name: 'name_of_the_file',
|
||||
title: 'title_of_the_file',
|
||||
filetype: 'png',
|
||||
url_private_download: 'https://via.placeholder.com/250x250.png'
|
||||
url_private_download: 'https://chatwoot-assets.local/sample.png'
|
||||
}
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user