E
E
egorlisss2019-04-20 10:03:07
JavaScript
egorlisss, 2019-04-20 10:03:07

How to send an mp3 file by voice message?

An error occurs when sending a voice message:
Aris5YAXUxg.jpg

return message.sendAudioMessage ({
  value: (`./audio`),
    filename: (`${message.senderId}.mp3`)
   })

There is a file along the way

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
egorlisss, 2019-04-20
@egorlisss

return message.sendAudioMessage ({
value: (`./audio/${message.senderId}.mp3`)
})

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question