About 1,640,000 results
Open links in new tab
  1. StringCommandHandler - python-telegram-bot v22.1

    Handler class to handle string commands. Commands are string updates that start with /. The handler will add a list to the CallbackContext named CallbackContext.args. It will contain a list …

  2. Commands - Telegram APIs

    Bots offer a set of commands that can be used by users in private, or in a chat. For a simplified description using the HTTP bot API, see here ». botInfo #36607333 flags: # …

  3. using regular expressions in telegram commands - Stack Overflow

    According to source code, you can only pass strings as the CommandHandler parameter. I suggest you call all commands as /download, it's friendly to users. You can create custom …

  4. Telegram bot Tg Session String Generator — @TgStringGenBot

    What can do this bot?⚙ Telegram bot to generate Pyrogram and Telethon string session 🗝 Join For Updates @BlueWhaleBots

  5. Is it possible to make text message = command with slash? Telegram ...

    Sep 13, 2021 · You can't make them send a different text. What you can do is to simply handle non-command messages as well. If you receive a message with the text yes/Y/Yes/YES, just …

  6. telegram.ext.StringCommandHandler - python-telegram-bot

    Handler class to handle string commands. Commands are string updates that start with /. This handler is not used to handle Telegram telegram.Update, but strings manually put in the …

  7. TDLib: setCommands Class Reference - Telegram APIs

    Sets the list of commands supported by the bot for the given user scope and language; for bots only. Returns object_ptr<Ok>.

  8. [C programming] Resource management system using Telegram

    Nov 9, 2021 · As described in the Bot Father section, the first step in creating a Bot is to open a chat with Bot Father — Telegrams specialized Frond-end for creating other bots. Then send …

  9. The right way to implement multiple commands in a Telegram bot

    Apr 5, 2023 · Since this is my first time using the Telegram API I have read its documentation but I'm not sure if my implementation of the commands is correct. I created several classes to …

  10. telegram - How do I have my Bot respond with arguments ... - Stack Overflow

    Mar 17, 2016 · If you mean to pass the 123 as an argument for your command info and if you happen to use the python-telegram-bot, then here's how you do it: …

  11. Some results have been removed
Refresh