How to access messages from pymavlink

Hello,

I am using pymavlink to create an API to send real time info via API.

I am trying to access TIME_ESTIMATE_TO_TARGET but I am not sure how to access that.

I am able to get the information I need from mavutil.mavlink_connection() but not sure which attribute of mavutil I would need to access TIME_ESTIMATE_TO_TARGET.

Thank you