通过AppleScript从iMessage发送GIF

时间:2018-10-26 09:17:54

标签: applescript imessage

我知道可以通过“告诉应用程序“消息””从AppleScript发送文本消息,但是是否有一种方法可以通过任何AppleScript发送GIF? 非常感谢...

1 个答案:

答案 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
相关问题