python - Reply to Message Skype4Py -
I did not find any tutorials or easy-to-understand snippets to do this easy task. I have one way on OnMessageStatus which gets the message every time I get it.
The signature is onmessstastus (message, status): where the message is an object of the following type:
I can not figure out how to answer in a single chat / group chat
You can chat with ChatMessage.Chat
and call its method Please. Simple callback will do the following:
def OnMessageStatus (msg, status): if the condition == recover Skype4Py.cms: msg.Chat.SendMessage ("n / a" )
Comments
Post a Comment