通过 AppleScript 从 iMessage 发送 GIF
Send GIF from iMessage by AppleScript
我知道 "tell application 'Messages'" 可以从 AppleScript 发送文本消息,但是是否有任何 AppleScript 发送 GIF 的方法?
非常感谢...
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
我知道 "tell application 'Messages'" 可以从 AppleScript 发送文本消息,但是是否有任何 AppleScript 发送 GIF 的方法? 非常感谢...
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