currently I'm working on a telegram bot in php and Yii2 framework. I want to send a message that has a fixed width in telegram. if i send "Hi!" it should fill a line like this image:
is it possible? I want the spaces after message so <br>
wont do that and breaks the line right after the word 'Hi'. can I do this without <code>
tag? because this tag make the message like a line of code
.