0

As the title says, I'm curious if the functionality of editing a sent chat message can be replicated programatically using the Skype4Py api. I'm not sure when Skype added this feature, and the API, as far as I know, hasn't been maintained in some years, so I was just curious.

I don't see anything that looks like it would do it in the docs, but,I figured I check here before I give up.

4

1 回答 1

0

查看文档,每条聊天消息都有一个正文(消息的文本)和一个 IsEditable 属性。只要 IsEditable=True 你应该可以做 m.Body = "some new text"

于 2013-03-30T15:17:34.747 回答