Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import Skype4Py skype=Skype4Py.Skype() skype.Client.Start() skype.Attach() skype.SendMessage('echo123','Test')
该代码有效,但由于某种原因,当我发送消息时,它的状态仍然存在SENDING,因此我无法发送任何消息。
SENDING
编辑:事实证明,只要联系人在线,该方法就会发送消息。
始终在用户在线时发送消息。