1
0
mirror of https://github.com/otter18/tg_logger.git synced 2025-08-04 21:32:56 +02:00

docs init

This commit is contained in:
Chernykh Vladimir
2021-03-11 19:47:11 +03:00
parent 93756128ef
commit f9ce96ac22
9 changed files with 290 additions and 6 deletions

13
docs/source/fqa.rst Normal file
View File

@ -0,0 +1,13 @@
FQA
====
How to create a telegram bot?
******************************
To create bot use official `BotFather <https://t.me/BotFather>`_ bot (descibed `here <https://core.telegram.org/bots#6-botfather>`_)
How to get **token** and **user_id**?
*************************************
- Bot's **token** is shown after new bot is made
- To get **user_id** use special bots (e.g. `@userinfobot <https://t.me/userinfobot>`_, `@JsonDumpBot <https://t.me/JsonDumpBot>`_)