Skip to content

Instantly share code, notes, and snippets.

@isdaviddong
Created February 11, 2019 04:36
Show Gist options
  • Select an option

  • Save isdaviddong/282ccffa03ab36c303fd55209751e327 to your computer and use it in GitHub Desktop.

Select an option

Save isdaviddong/282ccffa03ab36c303fd55209751e327 to your computer and use it in GitHub Desktop.
//將area加入RichMenuItem
item.areas.Add(leftButton);
item.areas.Add(rightButton);
//建立Menu Item並綁定指定的圖片
var menu = isRock.LineBot.Utility.CreateRichMenu(
item, new Uri("http://arock.blob.core.windows.net/blogdata201902/test01.png"), channelAccessToken);
//將Menu Item設為預設Menu
isRock.LineBot.Utility.SetDefaultRichMenu(menu.richMenuId, channelAccessToken);
Response.Write($"OK, {menu.richMenuId}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment