Skip to content

Instantly share code, notes, and snippets.

@jirawatee
Created May 25, 2020 08:48
Show Gist options
  • Save jirawatee/50773fa759bbd140ff080590d6de36fb to your computer and use it in GitHub Desktop.
Save jirawatee/50773fa759bbd140ff080590d6de36fb to your computer and use it in GitHub Desktop.
Resize image by Firebase Extensions - 3
const reply = (replyToken, payload) => {
request.post({
uri: `${LINE_MESSAGING_API}/message/reply`,
headers: LINE_HEADER,
body: JSON.stringify({
replyToken: replyToken,
messages: [payload]
})
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment