From 4767289300ed158f65d285a5268537a1aa720b1c Mon Sep 17 00:00:00 2001 From: dark0ghost <40036029+dark0ghost@users.noreply.github.com> Date: Sat, 23 Mar 2019 21:49:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=B5=D1=82?= =?UTF-8?q?=20=D1=81=D0=BC=D1=8B=D1=81=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit нет смысла тк настройка в @Botfather --- aiogram/types/callback_game.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 aiogram/types/callback_game.py diff --git a/aiogram/types/callback_game.py b/aiogram/types/callback_game.py deleted file mode 100644 index 4cd0d5f5..00000000 --- a/aiogram/types/callback_game.py +++ /dev/null @@ -1,10 +0,0 @@ -from . import base - - -class CallbackGame(base.TelegramObject): - """ - A placeholder, currently holds no information. Use BotFather to set up your game. - - https://core.telegram.org/bots/api#callbackgame - """ - pass