precision on tg://user?id=

This commit is contained in:
Wizou 2021-10-31 02:56:51 +01:00
parent e615f83db6
commit 8d8465fa64
5 changed files with 5 additions and 4 deletions

View file

@ -40,6 +40,7 @@ var entities = client.MarkdownToEntities(ref text);
await client.SendMessageAsync(InputPeer.Self, text, entities: entities);
```
See [MarkdownV2 formatting style](https://core.telegram.org/bots/api/#markdownv2-style) for details.
<br/>For the `tg://user?id=` notation to work, that user's access hash must have been collected first ([see below](#Collect-Access-Hash-and-save-them-for-later-use))
### List all chats (groups/channels) the user is in and send a message to one
```csharp