From 7cea6ba4e80aab8c594835595cccefa4acb130e0 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 23 Sep 2018 00:25:18 +0300 Subject: [PATCH] Bump doc's structure // add webhook --- docs/source/dispatcher/index.rst | 1 + docs/source/dispatcher/webhook.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 docs/source/dispatcher/webhook.rst diff --git a/docs/source/dispatcher/index.rst b/docs/source/dispatcher/index.rst index d874f2e4..7ca0af82 100644 --- a/docs/source/dispatcher/index.rst +++ b/docs/source/dispatcher/index.rst @@ -7,6 +7,7 @@ Dispatcher filters fsm middleware + webhook Basics ====== diff --git a/docs/source/dispatcher/webhook.rst b/docs/source/dispatcher/webhook.rst new file mode 100644 index 00000000..b419f9ed --- /dev/null +++ b/docs/source/dispatcher/webhook.rst @@ -0,0 +1,16 @@ +======= +Webhook +======= +Coming soon... + +Bases +===== +Coming soon... + +Security +======== +Coming soon... + +Making requests when getting updates +==================================== +Coming soon...