klappvisor / haskell-telegram-api

Telegram Bot API for Haskell
BSD 3-Clause "New" or "Revised" License
202 stars 67 forks source link

NEW Video Messages #92

Closed klappvisor closed 7 years ago

klappvisor commented 7 years ago

As of Telegram v.4.0, users can send short rounded video messages, using an interface similar to that of voice notes. Add the sendVideoNote method, the new field video_note to Message, the fields record_video_note or upload_video_note to sendChatAction.