Update README.md
This commit is contained in:
parent
ec87ae03d8
commit
57615d98d9
|
@ -120,7 +120,7 @@ Getting channel or chat (contact) ID
|
||||||
- It will reply with a json with information from the message;
|
- 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;
|
- 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:
|
- Find the id in the reply. It'll look something like this:
|
||||||
```
|
```bash
|
||||||
{...
|
{...
|
||||||
"forward_from_chat": {
|
"forward_from_chat": {
|
||||||
"id": xxxxxxxxx,
|
"id": xxxxxxxxx,
|
||||||
|
@ -132,7 +132,7 @@ Getting a group ID
|
||||||
- Open [Telegram web](https://web.telegram.org);
|
- Open [Telegram web](https://web.telegram.org);
|
||||||
- Go to group and check the url on address bar of browser;
|
- Go to group and check the url on address bar of browser;
|
||||||
- That's the group ID (-xxxxxxxxx), it'll look something like this:
|
- That's the group ID (-xxxxxxxxx), it'll look something like this:
|
||||||
```
|
```bash
|
||||||
https://web.telegram.org/z/#-xxxxxxxxx
|
https://web.telegram.org/z/#-xxxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue