Version now 0.7.*

This commit is contained in:
Wizou 2021-08-07 06:30:45 +02:00
parent 1fd5f3be93
commit 39ba5c3ff4
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ The first `int` parameter is the log severity, compatible with the classic [LogL
:information_source: The Telegram API makes extensive usage of base and derived classes, so be ready to use the various syntax C# offers to check/cast base classes into the more useful derived classes (`is`, `as`, `case DerivedType` )
To find which derived classes are available for a given base class, the fastest is to check our [TL.Schema.cs](TL.Schema.cs) source file as they appear in groups.
To find which derived classes are available for a given base class, the fastest is to check our [TL.Schema.cs](src/TL.Schema.cs) source file as they appear in groups.
Below is an example of calling the [messages.getAllChats](https://core.telegram.org/method/messages.getAllChats) API and enumerating the various groups/channels the users is into:
```csharp

View file

@ -1,7 +1,7 @@
trigger:
- master
name: 0.5.$(Rev:r)
name: 0.7.$(Rev:r)
pool:
vmImage: ubuntu-latest