From 01a1c687abb0920f8a678a60d2982905ec49ccdb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 14 Oct 2022 15:28:34 +0000 Subject: [PATCH] Update content of files --- data/web/blogfork.telegram.org/bots/tutorial.html | 1 + data/web/core.telegram.org/bots/tutorial.html | 1 + 2 files changed, 2 insertions(+) diff --git a/data/web/blogfork.telegram.org/bots/tutorial.html b/data/web/blogfork.telegram.org/bots/tutorial.html index 1103fc3faf..6054295d84 100644 --- a/data/web/blogfork.telegram.org/bots/tutorial.html +++ b/data/web/blogfork.telegram.org/bots/tutorial.html @@ -90,6 +90,7 @@

Getting Ready

First, we will briefly cover how to create your first project, obtain your API token and download all necessary dependencies and libraries.

+

For the purposes of this guide, a copy of the bot you will be creating is also live at @TutorialBot – feel free to check it out along the way to see how your own implementation should look after each step.

Obtain Your Bot Token

In this context, a token is a string that authenticates your bot (not your account) on the bot API. Each bot has a unique token which can also be revoked at any time via @BotFater.

Obtaining a token is as simple as contacting @BotFater, issuing the /newbot command and following the steps until you're given a new token. You can find a step-by-step guide here.

diff --git a/data/web/core.telegram.org/bots/tutorial.html b/data/web/core.telegram.org/bots/tutorial.html index 1103fc3faf..6054295d84 100644 --- a/data/web/core.telegram.org/bots/tutorial.html +++ b/data/web/core.telegram.org/bots/tutorial.html @@ -90,6 +90,7 @@

Getting Ready

First, we will briefly cover how to create your first project, obtain your API token and download all necessary dependencies and libraries.

+

For the purposes of this guide, a copy of the bot you will be creating is also live at @TutorialBot – feel free to check it out along the way to see how your own implementation should look after each step.

Obtain Your Bot Token

In this context, a token is a string that authenticates your bot (not your account) on the bot API. Each bot has a unique token which can also be revoked at any time via @BotFater.

Obtaining a token is as simple as contacting @BotFater, issuing the /newbot command and following the steps until you're given a new token. You can find a step-by-step guide here.