Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework.git
This commit is contained in:
commit
f431a4afc2
@ -178,6 +178,8 @@ public class ButtonTestForm : AutoCleanForm
|
|||||||
if (call == null)
|
if (call == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
message.Handled = true;
|
||||||
|
|
||||||
switch (call.Value)
|
switch (call.Value)
|
||||||
{
|
{
|
||||||
case "button1":
|
case "button1":
|
||||||
@ -212,6 +214,12 @@ public class ButtonTestForm : AutoCleanForm
|
|||||||
|
|
||||||
await this.NavigateTo(st);
|
await this.NavigateTo(st);
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
|
||||||
|
message.Handled = false;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user