From 3754cdafb2cb253d971115b061e6146711975f35 Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Sun, 16 Oct 2016 12:36:11 +0200 Subject: [PATCH] send_game has differnt kwargs. --- telegram/bot.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/telegram/bot.py b/telegram/bot.py index a3265c590..4b22bf038 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -743,12 +743,7 @@ class Bot(TelegramObject): @log @message - def sendGame(self, - chat_id, - game_short_name, - parse_mode=None, - disable_web_page_preview=None, - **kwargs): + def sendGame(self, chat_id, game_short_name, **kwargs): """Use this method to send a game. Args: @@ -756,7 +751,6 @@ class Bot(TelegramObject): the format @channelusername). game_short_name (str): Short name of the game, serves as the unique identifier for the game. - **kwargs (dict): Arbitrary keyword arguments. Keyword Args: disable_notification (Optional[bool]): Sends the message silently. iOS users will not