From 3721e8cfeecfbcbaf15e1d64e10503059d16ac49 Mon Sep 17 00:00:00 2001 From: solarin Date: Sun, 5 Apr 2020 15:50:09 +0400 Subject: [PATCH] added methods to get the participants of a group/channel --- TLSharp.Core/TLSharp.Core.csproj | 6 +++--- TLSharp.Core/TelegramClient.cs | 7 ++++++- TLSharp.Core/Types/ParticipantTypes.cs | 16 ++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 TLSharp.Core/Types/ParticipantTypes.cs diff --git a/TLSharp.Core/TLSharp.Core.csproj b/TLSharp.Core/TLSharp.Core.csproj index eedca93..56e43b6 100644 --- a/TLSharp.Core/TLSharp.Core.csproj +++ b/TLSharp.Core/TLSharp.Core.csproj @@ -73,6 +73,8 @@ + + @@ -88,9 +90,7 @@ TeleSharp.TL - - - +