Removed unused _sem in Session

This commit is contained in:
Wizou 2021-10-20 00:24:50 +02:00
parent c3dcd2a367
commit a473475e11
4 changed files with 5 additions and 7 deletions

View file

@ -25,7 +25,7 @@ await client.LoginUserIfNeeded();
var imported = await client.Contacts_ImportContacts(new[] { new InputPhoneContact { phone = "+PHONENUMBER" } });
await client.SendMessageAsync(imported.users[0], "Hello!");
```
### Get the list of all chats (groups/channels) the user is in and send a message to one
### List all chats (groups/channels) the user is in and send a message to one
See [Examples/Program_GetAllChats.cs](Examples/Program_GetAllChats.cs)