From 0ff9980cc974b3d5a457cff82f0860c002907f3b Mon Sep 17 00:00:00 2001 From: Masih Akbari Date: Wed, 21 Mar 2018 01:53:48 +0330 Subject: [PATCH] fix compilation error for getting dialogs in README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 107480b..f6540c5 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Full code you can see at [SendMessage test](https://github.com/sochix/TLSharp/bl To send message to channel you could use the following code: ```csharp //get user dialogs - var dialogs = (TLDialogs) await client.GetUserDialogsAsync(); + var dialogs = (TLDialogsSlice) await client.GetUserDialogsAsync(); //find channel by title var chat = dialogs.Chats