Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework
This commit is contained in:
commit
6d39d2fb73
@ -169,6 +169,12 @@ public class StartForm : FormBase
|
||||
{
|
||||
await this.Device.Send("Hello world!");
|
||||
}
|
||||
|
||||
//Gets invoked on edited messages
|
||||
public override async Task Edited(MessageResult message)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//Gets invoked on Button clicks
|
||||
public override async Task Action(MessageResult message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user