Advertisement
DimaDevelop

Untitled

Oct 15th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. upload = VkUpload(vk)
  2.     res = upload.photo("qresult.png", 287372730)[0]
  3.     print(res)
  4.     result = "photo{}_{}".format(res['owner_id'], res['id'])
  5.     msg_edit(vk, event, "результат:", result)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement