Snippets tagged “telegram-bot”
1 snippet uses this tag.
- PHP: Telegram Bot: Insert line break to text messagePHP
To insert a line break in a text message sent from a Telegram bot written in PHP, use the special characters "\n" in the message string.
1 snippet uses this tag.
To insert a line break in a text message sent from a Telegram bot written in PHP, use the special characters "\n" in the message string.