tdcli.lua icon indicating copy to clipboard operation
tdcli.lua copied to clipboard

A simple Lua library for the telegram-cli

Results 5 tdcli.lua issues
Sort by recently updated
recently updated
newest added

Hi My source language is "LUA" and it has been set on https://valtman.name/files/telegram-bot-180519-nightly-linux How can I find Functions and variables of new TDbot "https://github.com/vysheng/tdbot"?

Crash happens after a message is received. > ./tdcli.lua/tg -WP 9105 -p profile_2 --json > Telegram-cli version 1.5.1, Copyright (C) 2013-2015 Vitaly Valtman > Telegram-cli comes with ABSOLUTELY NO WARRANTY;...

i use `DownloadFile` method to download files but that is not support files more then ~100mb size. how i can download files with heavy size?

I'm trying to use your function https://github.com/rizaumami/tdcli.lua/blob/master/tdcli.lua#L921, but when I invoke it, I got error: ``` [-4][1511908764.878577948][td_tdc_api.cpp:5069] Unknown constructor found CallbackQueryAnswer ``` Is this error occurs because of payload content?...

hello i want to show keyboard or inline keyboard for BOT, i use this value for reply_markup , program crashed on sending message. ``` { ID = "ReplyMarkupShowKeyboard" ,resize_keyboard_ =...