M
M
MrZillaGold2019-06-10 00:01:20
JavaScript
MrZillaGold, 2019-06-10 00:01:20

How to send a photo along with documents to vk-io?

return context.sendDocument({
                        value: (url),
                        filename: `${name}.png`,
                    }, {
                        message: `test`
                    })

You must send a photograph along with the document

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladlen Hellsite, 2019-06-10
@MrZillaGold

return context.sendPhoto(url, {
  message: `test`
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question