doc/mod/notification-telegram: show how to set bot's profile photo

This commit is contained in:
Christian Hesse 2023-05-25 10:21:24 +02:00
parent ccb0e468b4
commit 80198dcfb5
2 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -69,6 +69,20 @@ Place this before you call them:
:global SendTelegram;
:global SendNotification;
Tips & Tricks
-------------
### Set a profile photo
You can use a profile photo for your bot to make it recognizable. Open the
chat with [BotFather](https://t.me/BotFather) and set it there.
![set profile photo](notification-telegram.d/setuserpic.avif)
Have a look at my
[RouterOS-Scripts Logo Color Changer](https://git.eworm.de/cgit/routeros-scripts/plain/contrib/logo-color.html)
to create a colored version of this scripts' logo.
See also
--------