-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How is this project related to telegram ? #2
Comments
This is exactly the same server as run at https://api.telegram.org. All other answers can be derived from that. |
Does bots which uses its own bot API server makes user risk of getting their IP being logged? (are there cases that user client transfer data directly from the bot api server?) |
Users interact with Telegram API. Bots interact with Telegram API. Users don't interact with bots directly. |
Excuse me, but is there any difference? If the bot sends you (a Telegram user) a file, does it matter whether this bot runs the official API endpoint or its own? I guess it doesn't matter. |
@MasterGroosha But since levlan has point out that users don't interact with bots directly, it probably won't be this case. |
You can find a nice diagram in #1 (comment). The only difference between using a local Bot API server and the api.telegram.org server is a location of the provided in this repository TDLib-based Bot API server. |
* Update docker.yml This reverts commit bb6708f. Co-authored-by: Andrea Cavalli <[email protected]> Co-authored-by: giuseppeM99 <[email protected]>
I was just wondering how is this project related to telegram, how is it gonna obtain Telegram-Related-Data if we run it on our own server, and if it's gonna obtain data from telegram's own servers, then why not just use the telegram's own Bot API ?
And is it safe to use this ? I mean is it guaranteed that user's data would be safe ? Or it will be accessible as raw data on server-side ?
The text was updated successfully, but these errors were encountered: