how to get user's skype status

2019-09-05 23:53发布

问题:

i'm developing an android application that will send notifications to users, one of the ways it notify is via skype, i need to know the user's status to trust that the user is going to read the message since it seems i can send skype messages even when the target user is offline.

im using https://docs.botframework.com/en-us/restapi/connector/ bot's API to send the messages

¿is there anyway to get the current status(online, away, etc..) of an especific skype user?

since it seems they no longer offer "mystatus.skype.com" service.