From cd752759508378d84e40a9d5f6acdc64d82e39fa Mon Sep 17 00:00:00 2001 From: FlorianDahn Date: Sun, 4 Jun 2023 16:49:15 +0200 Subject: [PATCH] Fix in example project --- TelegramBotBase.Test/Tests/TestForm2.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TelegramBotBase.Test/Tests/TestForm2.cs b/TelegramBotBase.Test/Tests/TestForm2.cs index 161fbcc..302a953 100644 --- a/TelegramBotBase.Test/Tests/TestForm2.cs +++ b/TelegramBotBase.Test/Tests/TestForm2.cs @@ -53,7 +53,7 @@ public class TestForm2 : FormBase await NavigateTo(fto); }; - await NavigateTo(ad); + await OpenModal(ad); } else if (call.Value == "confirm") { @@ -67,7 +67,7 @@ public class TestForm2 : FormBase await pd.NavigateTo(tf); }; - await NavigateTo(pd); + await OpenModal(pd); } else if (call.Value == "prompt") {