if msg == 'Рандом фото':
vk.messages.send(
chat_id = event.chat_id,
attachment = "photo585191239_457239077",
random_id = 0,
)
response = vk.messages.send( chat_id = event.chat_id, attachment = "photo585191239_457239077", random_id = 0,)
print(response)
import random
random_id = random.randrange(1, 10000)