1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-10-18 13:50:45 +00:00

READMEs fixes

This commit is contained in:
2020-10-04 18:54:57 +06:00
parent e5618f4705
commit cbfd34098d
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
## What is it?
It is wrapper library for [tgbotapi.core](../tgbotapi.core/README.md). Currently, this library contains some usefull filters for commands, updates types and different others.
It is wrapper library for [TelegramBotAPI Core](../tgbotapi.core/README.md). Currently, this library contains some usefull filters for commands, updates types and different others.
## How to implement library?
@@ -94,7 +94,7 @@ updates retrieving:
* Webhooks
* Long Polling
Both of them you could use in your project using [tgbotapi.core](../tgbotapi.core/README.md), but here there are
Both of them you could use in your project using [TelegramBotAPI Core](../tgbotapi.core/README.md), but here there are
several useful extensions for both of them.
Anyway, in both of ways it will be useful to know that it is possible to create `UpdateReceiver` object using function