I know text message can be sent from AppleScript by "tell application 'Messages'", but if there is a method to send GIF by any AppleScript? Many thanks...
use application "Messages"
set gif to POSIX file "/Users/CK/Pictures/giphy.gif"
set [him] to buddies of service "E:[email protected]" whose handle is "something"
send the gif to him