You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
388 B

1 year ago
  1. # Inline Mode
  2. The files in this folder demonstrate how to use the [inline mode](https://core.telegram.org/bots/api#inline-mode) of your bot.
  3. The [`InlinequeryCommand.php`](InlinequeryCommand.php) catches any inline queries and answers with a set of results.
  4. When a result is selected, this selection is then handled by [`ChoseninlineresultCommand.php`](ChoseninlineresultCommand.php).