Update README.md
This commit is contained in:
parent
e8279892e4
commit
75600d5e7f
23
README.md
23
README.md
@ -117,7 +117,7 @@ Thanks !
|
||||
* [How to use](#how-to-use-)
|
||||
|
||||
|
||||
|
||||
- [Extensions](#extensions)
|
||||
|
||||
- [Examples](#examples)
|
||||
|
||||
@ -1218,8 +1218,29 @@ await this.NavigationController.PopAsync();
|
||||
|
||||
**Notice**: *By default the NavigationController has ForceCleanupOnLastPop enabled, which means that when the stack is again at 1 (due to PopAsync or PopToRootAsync calls) it will replace the controller automatically with the root form you have given to the constructor at the beginning.*
|
||||
|
||||
## Extensions
|
||||
|
||||
### TelegramBotBase.Extensions.Images
|
||||
|
||||
Extends the base package with some additional image methods like SendPhoto (with 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user