We have a company that has to get in touch with its user over Telegram, we've been thinking a lot and this is what came to my mind, I just want to know is it really possible to do such thing or not.
So basically we made an account to be our customer care service where people can tell us what their problem is and stuff. We also gathered all of our users Phone numbers + first and last name into a xlsx file during their first ever purchase.
Now this has to be done: Is it possible to import all the phone numbers + names into a bot, and then whenever we receive a message from a customer on our customer care account, we forward their message to the bot, and it gives us their phone number.
This is technically possible for the account itself (not bot) but as Telegram has a limitation for number of contacts (I think it's 10k per acc), we can't do it. (We have over 50k users)
Is that clear or more explanation is needed.
P.S: My question was if it's possible to create a bot to be able to receive a message from a customer and return their number. (We already have their number so it's just like a quick search)
Additional info: If telegram did not have such limitation for number of contacts, we could simply add 50k contacts with a vcf file (on a phone) and see their number when they message us but since there is a limitation, we just want the bot to do this job for us but it has to able to give us their number too.