docs: merge from master/README.md
This commit is contained in:
parent
0e3cb79a2f
commit
7f383a8a83
21
README.md
21
README.md
@ -71,6 +71,7 @@ BitTorrent: `TYVZSykaVT1nKZnz9hjDgBRNB9VavU1bpW`
|
|||||||
- [Navigation and NavigationController (v4.0.0)](#navigation-and-navigationcontroller)
|
- [Navigation and NavigationController (v4.0.0)](#navigation-and-navigationcontroller)
|
||||||
* [As of Now](#as-of-now)
|
* [As of Now](#as-of-now)
|
||||||
* [Usage](#usage)
|
* [Usage](#usage)
|
||||||
|
- [Extensions](#extensions)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -991,6 +992,26 @@ again at 1 (due to `PopAsync` or `PopToRootAsync` calls) it will replace the con
|
|||||||
you
|
you
|
||||||
have given to the constructor at the beginning.*
|
have given to the constructor at the beginning.*
|
||||||
|
|
||||||
|
## Extensions
|
||||||
|
|
||||||
|
### TelegramBotBase.Extensions.Images
|
||||||
|
|
||||||
|
Extends the base package with some additional image methods like SendPhoto (using Bitmap)
|
||||||
|
|
||||||
|
[](https://www.nuget.org/packages/TelegramBotBase.Extensions.Images/)
|
||||||
|
[](https://www.nuget.org/packages/TelegramBotBase.Extensions.Images)
|
||||||
|
|
||||||
|
[https://www.nuget.org/packages/TelegramBotBase.Extensions.Images/](https://www.nuget.org/packages/TelegramBotBase.Extensions.Images/)
|
||||||
|
|
||||||
|
### TelegramBotBase.Extensions.Serializer.Database.MSSQL
|
||||||
|
|
||||||
|
A session serializer for Microsoft SQL Server.
|
||||||
|
|
||||||
|
[](https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL/)
|
||||||
|
[](https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL)
|
||||||
|
|
||||||
|
[https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL/](https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL/)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
You can find all example projects in the "Examples" subfolder.
|
You can find all example projects in the "Examples" subfolder.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user