1
0
mirror of https://github.com/otter18/tg_logger.git synced 2025-06-18 21:47:37 +02:00

Update README.md

This commit is contained in:
ChernV
2021-02-09 19:07:30 +03:00
committed by GitHub
parent 985247ad1f
commit cad9a43bf3

View File

@ -61,6 +61,6 @@ tg_files_logger.send(file_name, "Test file")
## FQA ## FQA
### How to create a telegram bot? ### 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)) - 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`? ### How to get **token** and **user_id**?
- Bot's `token` is shown after new bot is made - 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)) - To get **user_id** use special bots (e.g. [@userinfobot](https://t.me/userinfobot), [@JsonDumpBot](https://t.me/JsonDumpBot))