mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-07 07:23:59 +00:00
various minor stuff
This commit is contained in:
parent
e6f1087c54
commit
0c1785596d
5 changed files with 59 additions and 56 deletions
|
|
@ -126,6 +126,7 @@ long chatId = long.Parse(Console.ReadLine());
|
|||
await client.SendMessageAsync(chats.chats[chatId], "Hello, World");
|
||||
```
|
||||
Notes:
|
||||
- This list does not include discussions with other users. For this, you need to use [Messages_GetDialogs](#list-dialogs).
|
||||
- The list returned by Messages_GetAllChats contains the `access_hash` for those chats. Read [FAQ #4](FAQ.MD#access-hash) about this.
|
||||
- If a small private chat group has been migrated to a supergroup, you may find both the old `Chat` and a `Channel` with different IDs in the `chats.chats` result,
|
||||
but the old `Chat` will be marked with flag [deactivated] and should not be used anymore. See [Terminology in ReadMe](README.md#terminology).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue