0.6.5 / 2017-12-20
messaging-api-telegram
- [new] Add
sendVideoNote
:
client.sendVideoNote(CHAT_ID, 'https://example.com/video_note.mp4', {
duration: 40,
disable_notification: true,
});
sendVideoNote
:client.sendVideoNote(CHAT_ID, 'https://example.com/video_note.mp4', {
duration: 40,
disable_notification: true,
});