Browse Source

Update README.md

pull/32/head
b0nz 3 years ago committed by GitHub
parent
commit
57615d98d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -120,7 +120,7 @@ Getting channel or chat (contact) ID
- It will reply with a json with information from the message;
- Go to the channel or chat you want the id and forward a message from there to JsonDumpBot;
- Find the id in the reply. It'll look something like this:
```
```bash
{...
"forward_from_chat": {
"id": xxxxxxxxx,
@ -132,9 +132,9 @@ Getting a group ID
- Open [Telegram web](https://web.telegram.org);
- Go to group and check the url on address bar of browser;
- That's the group ID (-xxxxxxxxx), it'll look something like this:
```
```bash
https://web.telegram.org/z/#-xxxxxxxxx
```
```
### TODO

Loading…
Cancel
Save