It is known that the chat_id
of a Telegram user uniquely identifies that person. But are there any circumstances under which this ID can be changed?
I plan to use the chat_id
(obtained through a bot) for user verification. The purpose of this is to prevent duplicate accounts. I expect this to have the same reliability as phone number verification but without the associated costs.
For this to work, there must be 1 chat_id
per phone number but I couldn't find clear information on this.