From 6ebb96bd938a3d26634612b3b94bc64c7ed4903a Mon Sep 17 00:00:00 2001 From: Florian Dahn Date: Wed, 15 Apr 2020 20:20:57 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1fe01a6..f4084d6 100644 --- a/README.md +++ b/README.md @@ -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)