Answer the question
In order to leave comments, you need to log in
How to send vk-io text along with the document?
return message.sendDocument({
value: (url),
filename: `${message.$match[1]}.png`
})
return message.sendDocument({
value: (url),
message: `тест`,
filename: `${message.$match[1]}.png`
})
Answer the question
In order to leave comments, you need to log in
return message.sendDocument(
{
value: url,
filename: `${message.$match[1]}.png`
},
{
message: 'тест'
}
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question