mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
Fix doc
This commit is contained in:
parent
c13af4d61d
commit
df1d639144
1 changed files with 1 additions and 1 deletions
|
@ -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>`_)::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue