From 39ba5c3ff4c5cc093db77135e5a57b4607980944 Mon Sep 17 00:00:00 2001 From: Wizou Date: Sat, 7 Aug 2021 06:30:45 +0200 Subject: [PATCH] Version now 0.7.* --- README.md | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e0c910..ba21c4f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f1a87f7..d0df84a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ trigger: - master -name: 0.5.$(Rev:r) +name: 0.7.$(Rev:r) pool: vmImage: ubuntu-latest