Skip to content

Commit

Permalink
add additional section about using @userinfobot
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed May 25, 2022
1 parent c464012 commit fda0238
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/services/telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ creating a URL with your target chats.
docker run --rm -it containrrr/shoutrrr generate telegram
```

### UserInfoBot
Another way of retrieving the Chat IDs, is by forwarding a message from the target chat to the [@UserInfoBot](https://t.me/userinfobot).
It will reply with both your user ID (which can be used to send private messages) and the ID for the chat where the forwarded message was originally posted.

The bot is hosted by [@nadam](https://github.com/nadam), and it's source is available at [github.com/nadam/userinfobot](https://github.com/nadam/userinfobot).



## Optional parameters

You can optionally specify the __`notification`__, __`parseMode`__ and __`preview`__ parameters in the URL:
Expand Down

0 comments on commit fda0238

Please sign in to comment.