Skip to content

Instantly share code, notes, and snippets.

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

  • Save isdaviddong/01bc17e50c62747236397a5d99f11eac to your computer and use it in GitHub Desktop.

Select an option

Save isdaviddong/01bc17e50c62747236397a5d99f11eac to your computer and use it in GitHub Desktop.
//建立左方按鈕區塊
var leftButton = new isRock.LineBot.RichMenu.Area();
leftButton.bounds.x = 0;
leftButton.bounds.y = 0;
leftButton.bounds.width = 460;
leftButton.bounds.height = 1686;
leftButton.action = new MessageAction() { label = "左", text = "/左" };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment