Fix properties base implementation

This commit is contained in:
Wizou 2024-03-04 23:54:58 +01:00
parent b9f3b2ebb4
commit f958b4081d
4 changed files with 126 additions and 135 deletions

View file

@ -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