video.json 588 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "update_id": 954691820,
  3. "channel_post": {
  4. "chat": {
  5. "id": 123456789,
  6. "title": "Bot Channel",
  7. "type": "channel"
  8. },
  9. "message_id": 14,
  10. "date": 1566319040,
  11. "video":{
  12. "duration":1,
  13. "width":360,
  14. "height":640,
  15. "mime_type":"video/mp4",
  16. "file_id":"videofileid",
  17. "file_size":123456,
  18. "thumb": {
  19. "file_id": "videothumbfileid",
  20. "file_size": 123456,
  21. "width": 180,
  22. "height": 320
  23. }
  24. },
  25. "caption": "caption"
  26. },
  27. "bid": "0987654321",
  28. "callback_token": "FidczWOKOLysIQ"
  29. }