Forwarded from О фишках в Telegram
Помимо изображений, Telegram умеет показывать архивы zip, файлы pdf и музыку в предпросмотре (для музыки также цепляются ID3v2-теги)
#tips
#tips
Forwarded from Conflux Updates
🤔How can I replace any url in original message with a custom url? #tips
🤖: Following regex will replace all links.
or use url as link name as well to not hide the link inside some text:
🤖: Following regex will replace all links.
"<a href.+?</a>"="<a href="https://confluxbot.com/">Display name (or emoji) for new link</a>"or use url as link name as well to not hide the link inside some text:
"<a href.+?</a>"="<a href="https://confluxbot.com/">https://confluxbot.com/</a>"Forwarded from Conflux Updates
1. How to change affiliate tags using text manipulation? #tips
- Amazon
- Flipkart
2. How to change remove any usernames from message?
3. How to change any username / telegram link to a custom username?
- Amazon
url:tag=yourAffiliateTag-21- Flipkart
url:affid=yourAffiliateId2. How to change remove any usernames from message?
(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+= 3. How to change any username / telegram link to a custom username?
(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+=@MyCustomNameForwarded from Conflux Updates
1. How to change affiliate tags using text manipulation? #tips
- Amazon
- Flipkart
2. How to change remove any usernames from message?
3. How to change any username / telegram link to a custom username?
- Amazon
url:tag=yourAffiliateTag-21- Flipkart
url:affid=yourAffiliateId2. How to change remove any usernames from message?
(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+= 3. How to change any username / telegram link to a custom username?
(@|(https?:\/\/)?(www\.)?(telegram\.(?:me|dog)|t\.me)\/)[\w_]+=@MyCustomName