Answer the question
In order to leave comments, you need to log in
How to send a document, photo, etc. in a text message?
VK bot on the VK-IO library
I can’t send an attachment in a message, I did this:
const msgText = msg.text.split(' ').slice(2).join(' ');
const attachment = msg.attachmets.map((attachment) => {
return `${attachment.type}${attachment.ownerId || attachment.authorId}_${attachment.id}`
}).join(',');
vk.api.messages.send({
user_id: ID,
message: ` │ ${msgText}`,
attachment
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question