From f8f16f0fe96c1f22c15d91a02b4bcdff34198bc1 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Thu, 10 Mar 2016 10:12:39 -0300 Subject: [PATCH 1/2] Update README.rst Link to group updated --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f75e216ac..e238fe0d9 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ A Python wrapper around the Telegram Bot API. :alt: Coveralls .. image:: https://img.shields.io/badge/Telegram-Group-blue.svg - :target: https://telegram.me/joinchat/ALnA-AJQm5TcNEiy2G_4cQ + :target: https://telegram.me/joinchat/ALnA-AJQm5Q1D_Kxt8lFiA :alt: Telegram Group ================= @@ -426,7 +426,7 @@ You may copy, distribute and modify the software provided that modifications are _`Contact` ========== -Feel free to join to our `Telegram group `_. +Feel free to join to our `Telegram group `_. ======= _`TODO` From 5958da00311c9ff73432206b6a2e1cd5420b4ce1 Mon Sep 17 00:00:00 2001 From: Rahiel Kasim Date: Fri, 11 Mar 2016 20:32:10 +0100 Subject: [PATCH 2/2] bot.sendMessage: update documentation --- telegram/bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/telegram/bot.py b/telegram/bot.py index a5f6cbdc6..694bd8f09 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -206,11 +206,11 @@ class Bot(TelegramObject): chat_id: Unique identifier for the message recipient - telegram.Chat id. parse_mode: - Send Markdown, if you want Telegram apps to show bold, italic and - inline URLs in your bot's message. For the moment, only Telegram - for Android supports this. [Optional] + Send 'Markdown', if you want Telegram apps to show bold, italic and + inline URLs in your bot's message. [Optional] text: - Text of the message to be sent. + Text of the message to be sent. The current maximum length is 4096 + UTF8 characters. disable_web_page_preview: Disables link previews for links in this message. [Optional] reply_to_message_id: