diff options
author | Christian Hesse <mail@eworm.de> | 2023-05-25 10:21:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-05-25 10:39:16 +0200 |
commit | 80198dcfb52b050618547d85aeef55dc1a15a375 (patch) | |
tree | 133e0624158cab1c19a91df25480600da6ef46c4 /doc | |
parent | ccb0e468b4fae9a8aeddda04b81556b8debbf796 (diff) |
doc/mod/notification-telegram: show how to set bot's profile photo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mod/notification-telegram.d/setuserpic.avif | bin | 0 -> 38522 bytes | |||
-rw-r--r-- | doc/mod/notification-telegram.md | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/mod/notification-telegram.d/setuserpic.avif b/doc/mod/notification-telegram.d/setuserpic.avif Binary files differnew file mode 100644 index 0000000..2017d20 --- /dev/null +++ b/doc/mod/notification-telegram.d/setuserpic.avif 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 -------- |