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 | |
---|---|---|
.. | ||
CancelCommand.php | 1 year ago | |
GenericmessageCommand.php | 1 year ago | |
README.md | 1 year ago | |
SurveyCommand.php | 1 year ago |
README.md
Conversation
Conversations can be used to create dialogues with users, to collect information in a "conversational" style.
Look at the SurveyCommand
to see how a conversation can be made.
For conversations to work, you must add the code provided in GenericmessageCommand.php
at the beginning of your custom GenericmessageCommand::execute()
method.
The CancelCommand
allows users to cancel any active conversation.