tdlib / td

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

Question on API id #2525

Closed vincentneo closed 1 year ago

vincentneo commented 1 year ago

If a developer wishes to develop more than one client that uses the Telegram API/TDLib, is that possible?
I know that my.telegram.org does not seem to expose the possibility of requesting more than one API ids.

Note: just a question out of curiosity. I do not need another api id at this point.

levlam commented 1 year ago

It is not possible to create multiple api_id for the same phone number.

vincentneo commented 1 year ago

Got it, thanks!