Created
October 28, 2019 10:41
-
-
Save isdaviddong/173470c89882a553266ff1aa95ad5ba7 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
| //發送ImageMap | |
| isRock.LineBot.Bot bot = new isRock.LineBot.Bot(ChannelAccessToken); | |
| var ImageMap = new isRock.LineBot.ImagemapMessage( | |
| new Uri("https://i.imgur.com/FIhYHDm.jpg"), //圖片位置 | |
| new Uri("https://www.google.com")); //URL位置 | |
| bot.PushMessage(UserId, ImageMap); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ㄠ