This commit is contained in:
Juan Madurga 2016-01-27 11:28:44 +01:00
parent c13af4d61d
commit df1d639144

View file

@ -273,7 +273,7 @@ To post a text message with markdown::
To post a text message with Html style::
>>> bot.sendMessage(chat_id=chat_id, text="<b>bold</b> <i>italic</i> <a href="link">http://google.com</a>.", parse_mode=telegram.ParseMode.HTML)
>>> bot.sendMessage(chat_id=chat_id, text="<b>bold</b> <i>italic</i> <a href="http://google.com">link</a>.", parse_mode=telegram.ParseMode.HTML)
To post an Emoji (special thanks to `Tim Whitlock <http://apps.timwhitlock.info/emoji/tables/unicode>`_)::