Created
April 26, 2021 04:47
-
-
Save mhakrook/de39c63a505aa3ba0eba87d280130316 to your computer and use it in GitHub Desktop.
This file contains 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
function sendMsg() { | |
let token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" //token ที่ได้จาก line notify | |
let message = 'This is message sent form NotifyApp Library' | |
NotifyApp.sendNotify(token,message) | |
} |
nbotL
commented
Oct 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment