From dced397c159cc76f0f2c63f73d61da477244ba82 Mon Sep 17 00:00:00 2001 From: Wizou Date: Thu, 30 Dec 2021 12:45:52 +0100 Subject: [PATCH] Released 1.8.3 --- .github/dev.yml | 2 +- README.md | 4 ++-- src/TL.Schema.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dev.yml b/.github/dev.yml index ef5dbc5..7119f2c 100644 --- a/.github/dev.yml +++ b/.github/dev.yml @@ -2,7 +2,7 @@ pr: none trigger: - master -name: 1.8.3-dev.$(Rev:r) +name: 1.8.4-dev.$(Rev:r) pool: vmImage: ubuntu-latest diff --git a/README.md b/README.md index d65b443..9910be7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![NuGet version](https://img.shields.io/nuget/v/WTelegramClient)](https://www.nuget.org/packages/WTelegramClient/) +[![NuGet version](https://img.shields.io/nuget/v/WTelegramClient)](https://www.nuget.org/packages/WTelegramClient/) [![Build Status](https://img.shields.io/azure-devops/build/wiz0u/WTelegramClient/7)](https://dev.azure.com/wiz0u/WTelegramClient/_build?definitionId=7) -[![API Layer](https://img.shields.io/badge/API_Layer-135-blueviolet)](https://corefork.telegram.org/methods) +[![API Layer](https://img.shields.io/badge/API_Layer-136-blueviolet)](https://corefork.telegram.org/methods) [![dev nuget](https://img.shields.io/badge/dynamic/json?color=ffc040&label=dev%20nuget&query=%24.versions%5B0%5D&url=https%3A%2F%2Fpkgs.dev.azure.com%2Fwiz0u%2F81bd92b7-0bb9-4701-b426-09090b27e037%2F_packaging%2F46ce0497-7803-4bd4-8c6c-030583e7c371%2Fnuget%2Fv3%2Fflat2%2Fwtelegramclient%2Findex.json)](https://dev.azure.com/wiz0u/WTelegramClient/_packaging?_a=package&feed=WTelegramClient&package=WTelegramClient&protocolType=NuGet) [![Support Chat](https://img.shields.io/badge/Chat_with_us-on_Telegram-0088cc)](https://t.me/WTelegramClient) [![Donate](https://img.shields.io/badge/Help_this_project:-Donate-ff4444)](http://wizou.fr/donate.html) diff --git a/src/TL.Schema.cs b/src/TL.Schema.cs index ab27783..7fdcb41 100644 --- a/src/TL.Schema.cs +++ b/src/TL.Schema.cs @@ -15197,7 +15197,7 @@ namespace TL /// Peer /// Message ID /// Get only reactions of this type (UTF8 emoji) - /// Offset (typically taken from the next_offset field of the returned ) + /// Offset (typically taken from the next_offset field of the returned ) /// Maximum number of results to return, see pagination public static Task Messages_GetMessageReactionsList(this Client client, InputPeer peer, int id, int limit, string reaction = null, string offset = null) => client.Invoke(new Messages_GetMessageReactionsList