mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 20:02:20 -06:00
fix: include filename in media message payload for WhatsApp Business
This commit is contained in:
@@ -807,6 +807,7 @@ export class BusinessStartupService extends ChannelStartupService {
|
||||
[message['mediaType']]: {
|
||||
[message['type']]: message['id'],
|
||||
preview_url: linkPreview,
|
||||
filename: message['fileName'],
|
||||
caption: message['caption'],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user