Prevent recursive issue when client is disposed in OnOther

This commit is contained in:
Wizou 2024-06-15 02:35:38 +02:00
parent 865c841bd6
commit 85cc404213
3 changed files with 11 additions and 7 deletions

2
FAQ.md
View file

@ -59,7 +59,7 @@ You also need to obtain their `access_hash` which is specific to the resource yo
This serves as a proof that the logged-in user is entitled to access that channel/user/photo/document/...
(otherwise, anybody with the ID could access it)
> A small private `Chat` don't need an access_hash and can be queried using their `chat_id` only.
> A small private group `Chat` don't need an access_hash and can be queried using their `chat_id` only.
However most common chat groups are not `Chat` but a `Channel` supergroup (without the `broadcast` flag). See [Terminology in ReadMe](README.md#terminology).
Some TL methods only applies to private `Chat`, some only applies to `Channel` and some to both.