From 3b17700adaad3f1d1abd3e009187b2fa97c6f350 Mon Sep 17 00:00:00 2001 From: FlorianDahn Date: Sun, 10 Sep 2023 17:04:19 +0200 Subject: [PATCH] Create README.md --- Examples/InlineAndReplyCombination/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Examples/InlineAndReplyCombination/README.md diff --git a/Examples/InlineAndReplyCombination/README.md b/Examples/InlineAndReplyCombination/README.md new file mode 100644 index 0000000..04aca78 --- /dev/null +++ b/Examples/InlineAndReplyCombination/README.md @@ -0,0 +1,16 @@ +# InlineAndReplyCombination Example + + +Here you got a basic example on how to use Inline buttons and a ReplyMarkup at the same time. + +I used 2 ButtonGrid controls for this purpose. + +One for the ReplyKeyboard and one for the Inline buttons. + +The ReplyKeyboard is within the base [*MultipleChoiceForm*](Baseclasses/MultipleChoiceForm) class just for reusing a bit of code. + + +You can put it into all single forms as well, if you wish. Works the same. + + +Session serialization is enabled by default via the JSON serializer. \ No newline at end of file