forked from LIERLIER/telegram-bot-base
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.
LIERLIER
197a7949bd
|
1 year ago | |
---|---|---|
.. | ||
ChoseninlineresultCommand.php | 1 year ago | |
InlinequeryCommand.php | 1 year ago | |
README.md | 1 year ago |
README.md
Inline Mode
The files in this folder demonstrate how to use the inline mode of your bot.
The InlinequeryCommand.php
catches any inline queries and answers with a set of results.
When a result is selected, this selection is then handled by ChoseninlineresultCommand.php
.