telegrambotlib-qt
telegrambotlib-qt copied to clipboard
Easy to use telegram bot library for qt
I'm trying to send xls and xlsx via this lib. The data is correct and successfully saving to the required file itself, but when i'm trying to use `sendDocument` method...
can be used to import like that: !include( src/ext/telegrambotlib-qt/include.pri) { error( Can not find the telegram lib include.pri file! ) }
there some names fix and defaults for keyboard
some qstring conversion
changed to 64-bit integer for chat ids
telegramdatastructs.h:59: warning: result of '2^7' is 5; did you mean '1
As long as TelegramBotChat id's type is qint32 it cant fit all the information that is being returned by Telegram Bot Api methods which type is equal to long long...