mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-24 11:08:43 +00:00
READMEs fixes
This commit is contained in:
parent
e5618f4705
commit
cbfd34098d
@ -1,4 +1,4 @@
|
|||||||
# tgbotapi.core
|
# TelegramBotAPI Core
|
||||||
|
|
||||||
[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.core/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion)
|
[![Download](https://api.bintray.com/packages/insanusmokrassar/TelegramBotAPI/tgbotapi.core/images/download.svg) ](https://bintray.com/insanusmokrassar/TelegramBotAPI/tgbotapi.core/_latestVersion)
|
||||||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core)
|
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/tgbotapi.core)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
## What is it?
|
## 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
|
`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.
|
to help understand some restrictions in Telegram system.
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
## What is it?
|
## 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?
|
## How to implement library?
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ updates retrieving:
|
|||||||
* Webhooks
|
* Webhooks
|
||||||
* Long Polling
|
* 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.
|
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
|
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:
|
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 Extensions](../tgbotapi.extensions.api/README.md)
|
||||||
* [TelegramBotAPI Util Extensions](../tgbotapi.extensions.utils/README.md)
|
* [TelegramBotAPI Util Extensions](../tgbotapi.extensions.utils/README.md)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user