mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-05 16:19:26 +00:00
READMEs fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# tgbotapi.core
|
||||
# TelegramBotAPI Core
|
||||
|
||||
[ ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core)
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
## What is it?
|
||||
|
||||
It is wrapper library for [tgbotapi.core](../tgbotapi.core/README.md). Here you can find extensions for
|
||||
It is wrapper library for [TelegramBotAPI Core](../tgbotapi.core/README.md). Here you can find extensions for
|
||||
`RequestsExecutor`, which are more look like Telegram Bot API requests and in the same time have more obvious signatures
|
||||
to help understand some restrictions in Telegram system.
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
Concentration of all TelegramBotAPI libraries:
|
||||
|
||||
* [tgbotapi.core](../tgbotapi.core/README.md)
|
||||
* [TelegramBotAPI Core](../tgbotapi.core/README.md)
|
||||
* [TelegramBotAPI Extensions](../tgbotapi.extensions.api/README.md)
|
||||
* [TelegramBotAPI Util Extensions](../tgbotapi.extensions.utils/README.md)
|
||||
|
||||
|
Reference in New Issue
Block a user