Yahoo India Web Search

Search results

  1. Oct 21, 2019 · 1- Add the bot to the group. Go to the group, click on group name, click on Add members, in the searchbox search for your bot like this: @my_bot, select your bot and click add. 2- Send a dummy message to the bot. You can use this example: /my_id @my_bot. (I tried a few messages, not all the messages work.

  2. Apr 14, 2019 · If the key exists, record the chat_id passed to the webhook as telegram_chat_id for the user 123. Remove the key from Memcache. Now when we want to send a notification to the user 123, check if they have the field telegram_chat_id. If yes, use the sendMessage method in the Bot API to send them a message in Telegram.

  3. Apr 24, 2022 · WARNING be sure to add -100 prefix when using Telegram Bot API: if the channel ID is for example 1192292378;

  4. Aug 28, 2021 · I'm trying to get my API id/hash to create some bots for telegram , but in the API developmen tools section , when I enter my bot informations( name , shortname...) and click on create to get the r...

  5. 1.-. Create a bot: on Telegram's search look for @BotFather. Click start, write /newbot, give it a name and a username. You should get a token to access the HTTP API. Save this token. 2.-. Find your bot on Telegram with its username. Write something to it e.g. 'test'. This will come in handy later.

  6. Jul 16, 2015 · I am trying to get my app id from Telegram API by using the method register.saveDeveloperInfo, but I cannot find the way to do it. I'm using de MTProto Java library. This is what I had done by no...

  7. Nov 2, 2021 · I'm using telegram bot and can get user id from incoming message. Sometimes I want to find users who communicate with telegram bot and write them message by myself. I have only user id and have not some additional information about the user. Can I somehow find users by id or anonimity with only id available is by design?

  8. Apr 8, 2017 · But now let's assume you already have a bot and can't find the key anymore. Again, go to @BotFather but this time enter /mybots. You should see something like this: Click/Touch whatever bot you would like your API key for, then you should see this: Click the API Key button and tadaa there is your key: edited Oct 11, 2020 at 18:45. Богдан ...

  9. Sep 21, 2015 · For Telegram, how can I find out my own user id (chat_id) for use with the Telegram API? I want to send ...

  10. Oct 30, 2022 · 2. While Telegram's MTPROTO API Credentials are bound to a specific account, they represent an Application like Telegram Android, Telegram Desktop or Telegram WebK/WebZ. You can use the same pair of API_ID and API_HASH across multiple applications. To clarify further: the API_ID and API_HASH are those of the developer, not the user (although ...