boybundit / linebot

🤖 SDK for the LINE Messaging API for Node.js
https://www.npmjs.com/package/linebot
MIT License
216 stars 93 forks source link

Can we push an image using this package? #61

Closed avanish closed 3 years ago

avanish commented 3 years ago

As the title says, is it possible

avanish commented 3 years ago

Found it.

Just had to send a dictionary to send an image.

{
  type: 'image',
  originalContentUrl: 'https://example.com/original.jpg',
  previewImageUrl: 'https://example.com/preview.jpg'
}