mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-04 14:07:41 +00:00
Removed unused _sem in Session
This commit is contained in:
parent
c3dcd2a367
commit
a473475e11
4 changed files with 5 additions and 7 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue