mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-08 16:04:02 +00:00
Fix properties base implementation
This commit is contained in:
parent
b9f3b2ebb4
commit
f958b4081d
4 changed files with 126 additions and 135 deletions
|
|
@ -463,6 +463,7 @@ into either a `User` or `ChatBase` (`Chat`,`Channel`...) description structure *
|
|||
|
||||
You can also use the `CollectUsersChats` helper method to collect these 2 fields into 2 aggregate dictionaries to remember details
|
||||
*(including access hashes)* about all the users/chats you've encountered so far.
|
||||
This method also helps dealing with [incomplete `min` structures](https://core.telegram.org/api/min).
|
||||
|
||||
Example of usage:
|
||||
```csharp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue