depoio / node-telegram-bot

Client wrapper for Telegram Bot API (Under heavy development)
MIT License
136 stars 30 forks source link

How do you handle incoming audio messages? #46

Closed pennyfx closed 8 years ago

pennyfx commented 8 years ago

When an audio message is received, how do you save it or open it or do anything with it? The JSON message just has meta data like duration, mime, file_id, file_size.

shernshiou commented 8 years ago

@pennyfx We are all waiting for an api to download file. I will update the library once the api is ready.

Source