From 6de9b10469db7a57bea897e516e53566d8da0e32 Mon Sep 17 00:00:00 2001 From: Sahri Riza Umami Date: Sat, 7 Jan 2017 21:39:34 +0700 Subject: [PATCH] Fix bug on sendVideo. --- tdcli.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tdcli.lua b/tdcli.lua index bb658df..a6f2a05 100644 --- a/tdcli.lua +++ b/tdcli.lua @@ -2534,6 +2534,7 @@ local function sendVideo(chat_id, reply_to_message_id, disable_notification, fro --width_ = width, --height_ = height --}, + added_sticker_file_ids_ = {}, duration_ = duration or '', width_ = width or '', height_ = height or '',