Skip to content

0.6.5 / 2017-12-20

Compare
Choose a tag to compare
@chentsulin chentsulin released this 20 Dec 03:41
· 652 commits to master since this release

messaging-api-telegram

  • [new] Add sendVideoNote:
client.sendVideoNote(CHAT_ID, 'https://example.com/video_note.mp4', {
  duration: 40,
  disable_notification: true,
});