in some cases when the message contains one of the markdown characters ( * or _ ) telegram will not send the message.
This PR will add a normal function so the developers can overwrite the parse mode behavior to send messages that contain markdown characters as a standard message.
also changed markdown to the new markdownV2 according to telegrams documentation.linklink
in some cases when the message contains one of the markdown characters ( * or _ ) telegram will not send the message. This PR will add a normal function so the developers can overwrite the parse mode behavior to send messages that contain markdown characters as a standard message. also changed markdown to the new markdownV2 according to telegrams documentation.link link