mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
Released 2.0.2
This commit is contained in:
parent
1b1243a758
commit
272a89f562
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -2,7 +2,7 @@ pr: none
|
|||
trigger:
|
||||
- master
|
||||
|
||||
name: 2.0.2-dev.$(Rev:r)
|
||||
name: 2.0.3-dev.$(Rev:r)
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ I've added several useful converters, implicit cast or helper properties to vari
|
|||
|
||||
Beyond the TL async methods, the Client class offers a few other methods to simplify the sending/receiving of files, medias or messages.
|
||||
|
||||
This library works best (faster) with **.NET 5.0+** and is also available for **.NET Standard 2.0** (.NET Framework 4.6.1+ & .NET Core 2.0+)
|
||||
This library works best (faster) with **.NET 5.0+** and is also available for **.NET Standard 2.0** (.NET Framework 4.6.1+ & .NET Core 2.0+) and **Xamarin/Mono.Android**
|
||||
|
||||
# Library uses and limitations
|
||||
This library can be used for any Telegram scenarios including:
|
||||
|
|
|
|||
Loading…
Reference in a new issue