Conversation
|
I modified as requested. |
|
Hmm maybe add a docstring link from the urled one to the not urled one and vise versa? |
|
@bomjacob they should be listed right on top of each other in docstrings. I think it's a bit overkill |
|
That may be true, but I still think it makes more sense from a usability standpoint. Especially if you consider that people don't necessarily search through the docs themselves, they might be linked by roolsbot or be using the internal help() command. |
|
@bomjacob does not encode if the user didn't use html tags, but does it returns the html tags if the user sent the message using them? |
|
@91DarioDev in that case it would be a MessageEntity.TEXT_LINK which is always encoded |
|
LGTM. @Eldinnie has proper unitest wip with the new unitests so no need for that here. |
This restores the text_* properties for message to the way they were.
Implementing different methods for different behavior can be done either in this PR or in another.
fixes #773