Skip to content

Instantly share code, notes, and snippets.

@mhakrook
Created April 26, 2021 04:47
Show Gist options
  • Save mhakrook/de39c63a505aa3ba0eba87d280130316 to your computer and use it in GitHub Desktop.
Save mhakrook/de39c63a505aa3ba0eba87d280130316 to your computer and use it in GitHub Desktop.
function sendMsg() {
let token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" //token ที่ได้จาก line notify
let message = 'This is message sent form NotifyApp Library'
NotifyApp.sendNotify(token,message)
}
@nbotL
Copy link

nbotL commented Oct 17, 2021

Ready

#@Ready``

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