docs(chat): add how to get chat id on Telegram desktop

This commit is contained in:
iyear 2024-10-23 22:37:07 +08:00
parent 102be9e55f
commit c5a0e45188
2 changed files with 17 additions and 6 deletions

View File

@ -3,10 +3,15 @@
{{< details title="CHAT Examples" open=false >}}
- `@iyear`
- `iyear`
#### Available Values:
- `@iyear` (Username)
- `iyear` (Username without `@`)
- `123456789` (ID)
- `https://t.me/iyear`
- `https://t.me/iyear` (Public Link)
- `+1 123456789` (Phone)
#### How to Get Chat ID on Telegram Desktop:
- `Settings``Advanced``Experimental settings``Show Peer IDs in Profile`
{{< /details >}}

View File

@ -3,10 +3,16 @@
{{< details title="CHAT 示例" open=false >}}
- `@iyear`
- `iyear`
#### 可用值:
- `@iyear` (用户名)
- `iyear` (无前缀 `@` 的用户名)
- `123456789`ID
- `https://t.me/iyear`
- `https://t.me/iyear` (公开链接)
- `+1 123456789`(电话号码)
#### 如何在 Telegram 桌面端获取聊天 ID
- `设置``高级``实验性设置``在资料中显示对话 ID`
{{< /details >}}