How to send a message with a person's username, without mentioning it? #1696
-
Hi. I am wrtiting a bot that mentions people sometimes. But, it also "pings" the person. The issue here, if somebody will send like 100 commands.. person will get pinged 100 times, and mentioned in the message. Is this possible? And if yes, how can I do that with PYTBA? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can mention the user using id, but he/she will get a ping. |
Beta Was this translation helpful? Give feedback.
-
Solution was to set parse mode to "html" and add a link like this: |
Beta Was this translation helpful? Give feedback.
Solution was to set parse mode to "html" and add a link like this:
user
Now person doesn't get pinged, but mentioned.