tdlight-team / tdlight-telegram-bot-api

The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
https://t.me/TDLight
Boost Software License 1.0
120 stars 26 forks source link

API in user mode receives no updates for outgoing messages #53

Closed JosXa closed 3 years ago

JosXa commented 3 years ago

When logging in as a user, getUpdates only yields updates for incoming messages, outgoing ones are ignored. This is most likely a "remnant" of the bots-only API and I assume the same holds true for webhooks.

Without this feature, it makes creating /command-based userbots nearly impossible (as the program can't react to whatever you do in your normal Telegram application).

penn5 commented 3 years ago

Duplicate of #32