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