我知道可以通过“告诉应用程序“消息””从AppleScript发送文本消息,但是是否有一种方法可以通过任何AppleScript发送GIF? 非常感谢...
答案 0 :(得分:0)
use application "Messages"
set gif to POSIX file "/Users/CK/Pictures/giphy.gif"
set [him] to buddies of service "E:someone@me.com" whose handle is "something"
send the gif to him