Answer the question
In order to leave comments, you need to log in
How to send a random photo from a group album with a community token?
Faced such a problem that the https://vk.com/dev/photos.getAll method does not work with the community token, can I somehow replace it?
Answer the question
In order to leave comments, you need to log in
I solved the problem a little non-standard, a crutch so to speak, but if anyone needs it, then here's an example
if event.object.text == "Нами" or event.object.text == "нами":
photo_send = random.randint(31, 33)
vk.method("messages.send",
{
"chat_id": event.object.peer_id - 2000000000,
"attachment": "photo-193643776_4572390" + f'{photo_send}',
"random_id": random.randint(1, 2147483647)
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question