Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1.  
  2. from vkwave_types.user_events import get_event_object
  3.  
  4.  
  5.  
  6. a = [4, 174176, 33, 444754218, 1582466183, '', {'title': ' ... '}, {'attach1_type': 'doc', 'attach1': '444754218_538043389', 'attach1_kind': 'audiomsg', 'attachments': '[{"type":"audio_message","audio_message":{"duration":5,"id":538043389,"link_mp3":"https://psv4.userapi.com/c852720//u444754218/audiomsg/d12/e09d8be8cb.mp3","link_ogg":"https://psv4.userapi.com/c852720//u444754218/audiomsg/d12/e09d8be8cb.ogg","owner_id":444754218,"access_key":"81fd71b3bb24e317ee","waveform":[0,0,4,0,0,0,0,0,0,0,1,1,3,0,3,13,18,23,31,0,13,19,18,10,20,5,1,1,0,7,6,0,5,6,2,23,4,10,10,16,10,9,10,7,0,4,2,5,2,0,1,0,3,4,0,11,7,10,8,1,1,3,3,5,0,1,1,5,12,7,2,1,1,3,9,0,0,2,2,1,0,7,4,8,10,3,2,0,1,1,0,0,3,1,0,8,2,1,10,8,6,0,1,6,0,3,9,10,7,2,28,3,1,13,10,1,5,5,7,6,2,5,7,1,0,0,0,0]}}]', 'attachments_count': '1'}, 0]
  7. # [7, 349964901, 173672, 0]
  8. # [6, 2000000010, 173387, 445]
  9. # [9, -448252266, 0, 1582464656, 2274003, 0, 0]
  10. # [4, 173696, 33, 349964901, 1582464657, '', {'title': ' ... '}, {'attach1_type': 'photo', 'attach1': '349964901_457312933'}, 0]
  11. # [4, 174111, 2097203, 444754218, 1582466050, 'жесть)', {'title': ' ... '}, {'reply': '{"conversation_message_id":1476}', 'fwd': '0_0'}, 612764211]
  12. # [4, 174167, 2629633, 2000000005, 1582466146, 'Просто женщина', {'from': '253866502', 'mentions': [431631325], 'marked_users': [[1, [431631325]]]}, {'reply': '{"conversation_message_id":93222}', 'fwd': '0_0'}, 0], [80, 5, 0]
  13. # [4, 174176, 33, 444754218, 1582466183, '', {'title': ' ... '}, {'attach1_type': 'doc', 'attach1': '444754218_538043389', 'attach1_kind': 'audiomsg', 'attachments': '[{"type":"audio_message","audio_message":{"duration":5,"id":538043389,"link_mp3":"https://psv4.userapi.com/c852720//u444754218/audiomsg/d12/e09d8be8cb.mp3","link_ogg":"https://psv4.userapi.com/c852720//u444754218/audiomsg/d12/e09d8be8cb.ogg","owner_id":444754218,"access_key":"81fd71b3bb24e317ee","waveform":[0,0,4,0,0,0,0,0,0,0,1,1,3,0,3,13,18,23,31,0,13,19,18,10,20,5,1,1,0,7,6,0,5,6,2,23,4,10,10,16,10,9,10,7,0,4,2,5,2,0,1,0,3,4,0,11,7,10,8,1,1,3,3,5,0,1,1,5,12,7,2,1,1,3,9,0,0,2,2,1,0,7,4,8,10,3,2,0,1,1,0,0,3,1,0,8,2,1,10,8,6,0,1,6,0,3,9,10,7,2,28,3,1,13,10,1,5,5,7,6,2,5,7,1,0,0,0,0]}}]', 'attachments_count': '1'}, 0]
  14. event_model = get_event_object(a)
  15. print(event_model)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement