'How to add an image to desktop notification using plyer (PYTHON)

How can I add an image to this message iteself (not change the icon)?:

from plyer import notification
notification.notify(
     title = 'testing',
     message = '',
     app_icon = None,
     app_name = 'Notifications',
     timeout = 10,
     )


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source