Skip to content

Instantly share code, notes, and snippets.

@isdaviddong
Created October 28, 2019 10:41
Show Gist options
  • Save isdaviddong/173470c89882a553266ff1aa95ad5ba7 to your computer and use it in GitHub Desktop.
Save isdaviddong/173470c89882a553266ff1aa95ad5ba7 to your computer and use it in GitHub Desktop.
//發送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);
@qweas8695
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment