Created
February 11, 2019 04:32
-
-
Save isdaviddong/01bc17e50c62747236397a5d99f11eac 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
| //建立左方按鈕區塊 | |
| 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