Skip to content

Commit 102e1ed

Browse files
authored
Fixed open parenthesis
As suggested by @Landrash
1 parent ef00d75 commit 102e1ed

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

source/_components/notify.telegram.markdown

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,8 @@ The quickest way to retrieve your `chat_id` is visiting [https://api.telegram.or
2525
The result set will include your chat ID as `id` in the `from` section:
2626

2727
```json
28-
{
29-
"ok":true,
30-
"result":[
31-
{
32-
"update_id":254199982,
33-
"message":{
34-
"message_id":201,
35-
"from":{
36-
"id":123456789,
37-
"first_name":"Your first name",
38-
...
28+
{"ok":true,"result":[{"update_id":254199982,
29+
"message":{"message_id":27,"from":{"id":123456789,"first_name":"YOUR_FIRST_NAME YOUR_NICK_NAME","last_name":"YOUR_LAST_NAME","username":"YOUR_NICK_NAME"},"chat":{"id":123456789,"first_name":"YOUR_FIRST_NAME YOUR_NICK_NAME","last_name":"YOUR_LAST_NAME","username":"YOUR_NICK_NAME","type":"private"},"date":1678292650,"text":"test"}}]}
3930
```
4031

4132
Another way to get your chat ID directly is described below:

0 commit comments

Comments
 (0)