-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
line break in the telegram client message from bot. #264
Comments
Is there a \n in the grammar
Are you able to post the grammar which causes this ?
Regards
Keith
07771 597630
… On 10 Jun 2020, at 17:46, Sunil Gudivada ***@***.***> wrote:
Issue Tracker can be used for report issues and new features. All requests will be accepted, reviewed and responded
to. However submitting a request for a new feature does not guarantee that it will be implemented, but we will
commit to responded with 7 working days if a new feature will be added to the backlog.
You can see the full backlog in Trello at Programy Backlog
Expected Behavior
It should send the text with changing breaking the line.
Example: http://telegram.com
Current Behavior
Currently, In Telegram CLient, response it is sending, it is appending with \n in the sentence.
Example: http://tele\ngram.com
Possible Solution
Steps to Reproduce
Context (Environment)
Version of Program-y:
Name and Version of Bot:
Version of Python:
Operating System ( inc Version ):
Detailed Description
Possible Implementation
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Attaching the logs. Made the call from telegram with RCS SHOW CARDS.
|
SunilGudivada
changed the title
\n in the telegram client message from bot.
line break in the telegram client message from bot.
Jun 10, 2020
Changing the BUG title, It is not producing \n, but it giving the response in the nextline by breaking the reply including the URL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Tracker can be used for report issues and new features. All requests will be accepted, reviewed and responded
to. However submitting a request for a new feature does not guarantee that it will be implemented, but we will
commit to respond with 7 working days if a new feature will be added to the backlog.
You can see the full backlog in Trello at Programy Backlog
Expected Behavior
It should send the text without adding a line break.
Example: http://telegram.com
Current Behavior
Currently, In Telegram CLient, the response it is sending, it is appending with \n in the sentence.
Example: http://tele\ngram.com
The text was updated successfully, but these errors were encountered: