mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-07 23:43:56 +00:00
fix ReadMe for nuget.org
This commit is contained in:
parent
14e2437097
commit
a06be4e096
2 changed files with 3 additions and 4 deletions
|
|
@ -5,8 +5,7 @@
|
|||
[](https://t.me/WTelegramClient)
|
||||
[](http://wizou.fr/donate.html)
|
||||
|
||||
# <img src="logo.png" width="32"/> WTelegramClient
|
||||
### _Telegram Client API library written 100% in C# and .NET Standard_
|
||||
## _Telegram Client API library written 100% in C# and .NET Standard_
|
||||
|
||||
## How to use
|
||||
|
||||
|
|
@ -120,7 +119,7 @@ The Client class also offers an `Update` event that is triggered when Telegram s
|
|||
|
||||
An invalid API request can result in a `RpcException` being raised, reflecting the [error code and status text](https://revgram.github.io/errors.html) of the problem.
|
||||
|
||||
You can find more code examples in [EXAMPLES.md](EXAMPLES.md) and in the Examples subdirectory.
|
||||
You can find more code examples in [EXAMPLES.md](https://github.com/wiz0u/WTelegramClient/blob/master/EXAMPLES.md) and in the Examples subdirectory.
|
||||
|
||||
The other configuration items that you can override include: **session_pathname, server_address, device_model, system_version, app_version, system_lang_code, lang_pack, lang_code, user_id**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue