diff --git a/docs/content/en/snippets/chat.md b/docs/content/en/snippets/chat.md index a5c56af..d2030e4 100644 --- a/docs/content/en/snippets/chat.md +++ b/docs/content/en/snippets/chat.md @@ -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 >}} diff --git a/docs/content/zh/snippets/chat.md b/docs/content/zh/snippets/chat.md index 274cb9e..db965fc 100644 --- a/docs/content/zh/snippets/chat.md +++ b/docs/content/zh/snippets/chat.md @@ -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 >}}