From b2db44fe4cb9e4697accff8d3f05a426320d60d2 Mon Sep 17 00:00:00 2001 From: Florian Dahn Date: Wed, 27 Mar 2019 14:10:43 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c107c0e..ccc35bd 100644 --- a/README.md +++ b/README.md @@ -83,45 +83,45 @@ public class StartForm : FormBase } - //Gets invoked during Navigation to this form + //Gets invoked during Navigation to this form public override async Task Init(params object[] param) { } - //Gets invoked if the form gets opened (with Form.NavigateTo(NewForm)) + //Gets invoked if the form gets opened (with Form.NavigateTo(NewForm)) public override async Task Opened() { } - //Gets invoked if the form gets leaved + //Gets invoked if the form gets leaved public override async Task Closed() { } - //Gets invoked on every Message/Action/Data in this context + //Gets invoked on every Message/Action/Data in this context public override async Task Load(MessageResult message) { await this.Device.Send("Hello world!"); } - //Gets invoked on Button clicks + //Gets invoked on Button clicks public override async Task Action(MessageResult message) { } - //Gets invoked on Data uploades by the user (of type Photo, Audio, Video, Contact, Location, Document) - public override async Task SentData(DataResult data) + //Gets invoked on Data uploades by the user (of type Photo, Audio, Video, Contact, Location, Document) + public override async Task SentData(DataResult data) { - } + } - //Gets invoked on every Message/Action/Data to render Design or Response + //Gets invoked on every Message/Action/Data to render Design or Response public override async Task Render(MessageResult message) { From 1491fc179541d6e0f42b0e027403c39de7f81695 Mon Sep 17 00:00:00 2001 From: Florian Dahn Date: Tue, 16 Apr 2019 13:46:37 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ccc35bd..8285f01 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Test the Testproject: [@TGBaseBot](https://t.me/TGBaseBot) +Join the Telegram Group: [https://t.me/tgbotbase](https://t.me/tgbotbase) + --- ## Index