aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mod/notification-telegram.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-05-25 10:21:24 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-05-25 10:39:16 +0200
commit80198dcfb52b050618547d85aeef55dc1a15a375 (patch)
tree133e0624158cab1c19a91df25480600da6ef46c4 /doc/mod/notification-telegram.md
parentccb0e468b4fae9a8aeddda04b81556b8debbf796 (diff)
doc/mod/notification-telegram: show how to set bot's profile photo
Diffstat (limited to 'doc/mod/notification-telegram.md')
-rw-r--r--doc/mod/notification-telegram.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/mod/notification-telegram.md b/doc/mod/notification-telegram.md
index 7141fe9..482285a 100644
--- a/doc/mod/notification-telegram.md
+++ b/doc/mod/notification-telegram.md
@@ -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
--------