Advertisement
Guest User

Linux Discord Notification Sample 2019-08-21

a guest
Aug 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. interface=org.freedesktop.Notifications; member=Notify
  2. string "discord"
  3. uint32 1762
  4. string ""
  5. string "empanic (#general, General)"
  6. string "@Cosmo#6309"
  7. array [
  8. string "default"
  9. string "View"
  10. ]
  11. array [
  12. dict entry(
  13. string "desktop-entry"
  14. variant string "discord"
  15. )
  16. dict entry(
  17. string "image-data"
  18. variant struct {
  19. int32 128
  20. int32 128
  21. int32 512
  22. boolean true
  23. int32 8
  24. int32 4
  25. array of bytes [
  26. ... [Copius Hex Representing The Thumbnail of the user sending the message] ...
  27. ]
  28. }
  29. )
  30. ]
  31. int32 -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement