skip to Main Content

Can chat IDs of telegram bots be changed?

Can we change the chat ID of a telegram bot from Telegram to ID CHAT ? I want to save more chat IDs in my database. To extrapolate it, I use this method: https://api.telegram.org/botXXXXXXXXX:YYYYYYY-YYYYYYYYYYYYYYYYY_YY/getUpdates Besides this, is every chat ID…

VIEW QUESTION

How can i get file_path of telegram bot – Telegram API

I have a telegram bot webhook message like { "update_id":236420475, "message":{ "message_id":26577, "from":{ "id":xxxxxxxx, "first_name":"DB", "last_name":"Ks", "username":"xxxxxxxx" }, "chat":{ "id":193044649, "first_name":"DB", "last_name":"Ks", "username":"xxxxxxxx", "type":"private" }, "date":1493266832, "voice":{ "duration":2, "mime_type":"audio/ogg", "file_id":"AwADBQADBAADQKMIVC978KStO6ZhAg", "file_size":7532 } } } From the telegram bot API documentation…

VIEW QUESTION
Back To Top
Search