mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
feat: send list and buttons
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
MediaMessage,
|
||||
Options,
|
||||
SendAudioDto,
|
||||
SendButtonDto,
|
||||
SendButtonsDto,
|
||||
SendContactDto,
|
||||
SendListDto,
|
||||
SendLocationDto,
|
||||
@@ -1108,7 +1108,7 @@ export class BusinessStartupService extends ChannelStartupService {
|
||||
return audioSent;
|
||||
}
|
||||
|
||||
public async buttonMessage(data: SendButtonDto) {
|
||||
public async buttonMessage(data: SendButtonsDto) {
|
||||
const embeddedMedia: any = {};
|
||||
|
||||
const btnItems = {
|
||||
|
||||
Reference in New Issue
Block a user