You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• implement something that would replace messages.readHistory method.
Messages can't be marked as read with the bot, so there needs to be internal history implemented and offset for an unread message.
(Bot API method getUpdates implements offset parameter that can handle that)
I would really encourage you to do that because the most popular c++ bot lib looks like it died) and nobody in community can deal with their numerous dependencies.
They are also featured under telegram.org/apps#unofficial-apps, I think you can replace them with your repository as default linux/cross-platform lib.
We (zeropass.io/) would certainly love to replace their messy lib with yours if the bots would be added.
Best,
-Luka
The text was updated successfully, but these errors were encountered:
Hi, do you plan to support Telegram bots?
You can do- it through Bot API
(getUpdate or webhooks).
Or, alternatively, you can do it through MTProto;
Pros is that;
• you have almost everything ready for it
Cons is that you need to;
• implement a method for bot authorization. It can be found in mtproto scheme.
(Or example from Telegram CLI for Linux c++ CLI for Linux c++)
• implement something that would replace messages.readHistory method.
Messages can't be marked as read with the bot, so there needs to be internal history implemented and offset for an unread message.
(Bot API method getUpdates implements offset parameter that can handle that)
I would really encourage you to do that because the most popular c++ bot lib looks like it died) and nobody in community can deal with their numerous dependencies.
They are also featured under telegram.org/apps#unofficial-apps, I think you can replace them with your repository as default linux/cross-platform lib.
We (zeropass.io/) would certainly love to replace their messy lib with yours if the bots would be added.
Best,
-Luka
The text was updated successfully, but these errors were encountered: