Can I operate many accounts with just one API ID & HASH? #1346
Answered
by
ernado
AlienegraGeek
asked this question in
Q&A
DescriptionI want to be able to operate many accounts with just one API ID & HASH. For example, I use the API ID of A phone number to get a client, and I want to use this client to manipulate B phone number join channel or send message. If possible, can you tell me how to do it, because I see that almost all apis are called through the client rather than the phone number.If not, should each user have their own api id? Thanks. References |
Answered by
ernado
Mar 29, 2024
Replies: 1 comment 1 reply
|
You can reuse app hash and app id between multiple instances, yes. |
1 reply
Answer selected by
AlienegraGeek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can reuse app hash and app id between multiple instances, yes.
For example, telegram desktop has a single id-hash pair that is reused between all clients.