mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
Version now 0.7.*
This commit is contained in:
parent
1fd5f3be93
commit
39ba5c3ff4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
trigger:
|
||||
- master
|
||||
|
||||
name: 0.5.$(Rev:r)
|
||||
name: 0.7.$(Rev:r)
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue