You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It corresponds to the [Content](https://devdocs.line.me/en/#content) API.
106
106
107
107
The argument is an ID of media messages, such as image, video, and audio. The ID
108
108
can be retrieved from a message object of a message event.
109
109
110
-
Please beware that what it returns is not a promise, but a[readable stream](https://nodejs.org/dist/latest/docs/api/stream.html#stream_readable_streams).
110
+
Please beware that what it returns is promise of[readable stream](https://nodejs.org/dist/latest/docs/api/stream.html#stream_readable_streams).
111
111
You can pipe the stream into a file, an HTTP response, etc.
0 commit comments