tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.07k stars 1.44k forks source link

How should I remove the Tdlib version information at the end of the login information? #3011

Open Nekohy opened 2 months ago

Nekohy commented 2 months ago

When I log in using the Tdlib library, it always adds the Tdlib + version number after my device information. I want it to be my own app name. It's so ugly. Where should I remove it?

Nekohy commented 2 months ago

I use the python-telegram library to develop it,so I want to know it is the problem of tdlib or the python library

levlam commented 2 months ago

You can't remove TDLib version from app version without editing source code of TDLib.

1269na commented 2 months ago

Pouvez vous m'aider parce que mon Télégramme ne fonctionne pas

Il a dit qu'il y a une erreur fatal de TDlib

phpcxy commented 1 month ago

You can't remove TDLib version from app version without editing source code of TDLib.

Can you tell me which files specifically?

levlam commented 1 month ago

@phpcxy It is in td/telegram/Td.cpp.