How can I send this text correctly:
$parameters['text'] = 'you must see [example](example.com) or contact with @exmaple_com';
if I don't use "Markdown", telegram don't show the above link if I use "Markdown", telegram can't handle underline.
you should use backslash scapes to do so:
$parameters['text'] = 'you must see [example](example.com) or contact with @exmaple\\_com';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With