Update README.md
This commit is contained in:
parent
efa1ba70df
commit
ec87ae03d8
|
|
@ -120,10 +120,10 @@ 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:
|
||||
```
|
||||
```
|
||||
{...
|
||||
"forward_from_chat": {
|
||||
"id": xxxxxxxxx,
|
||||
"forward_from_chat": {
|
||||
"id": xxxxxxxxx,
|
||||
...}
|
||||
```
|
||||
- Don't forget to add the bot as admin in channel so messages can be sent.
|
||||
|
|
|
|||
Loading…
Reference in New Issue