How to Get User_id of Telegram by Phone Number in Laravel or Php
Hi.
I need access to user_id of telegram by phone number.
Is there a solution to this?
@hmchenaran I don’t think Telegram is going to let you build up a database of user IDs by spamming their API with phone numbers.
You can find a list of available API methods on Telegram’s API documentation: https://core.telegram.org/methods
- Create a telegram bot
- Users use bot, send messages
- You must catch ['message']['chat']['id'] from result array
@abrada but different if we using Ios phone
Is there any training on this topic?
How to store user information in the database through the Telegram Bot?
Of course in Laravel.
Please or to participate in this conversation.