Created
July 27, 2017 06:22
-
-
Save chentsulin/4aa0f9a616c03da6a165b2842827cb74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client.sendImagemap(userId, 'Re: [問卦] 齊柏林導演的故事給了我們什麼啟示?', { | |
baseWidth: 1040, | |
baseHeight: 720, | |
baseUrl: 'https://our.image.com/server/path', | |
actions: [ | |
{ | |
type: 'uri', | |
linkUri: 'https://www.ptt.cc/bbs/Gossiping/M.1497100764.A.C81.html', | |
area: { | |
x: 0, | |
y: 0, | |
width: 1040, | |
height: 720, | |
}, | |
}, | |
], | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment