Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Created July 1, 2020 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jirawatee/f7694dc154cc058ae2604ff0ea34e516 to your computer and use it in GitHub Desktop.
Save jirawatee/f7694dc154cc058ae2604ff0ea34e516 to your computer and use it in GitHub Desktop.
// ต.ย ข้อความแบบ text จำนวน 2 bubbles
const result = await liff.shareTargetPicker([
{
"type": "text",
"text": "Hello World!"
},
{
"type": "text",
"text": "Messages from Share Target Picker"
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment