fix: Import InlineKeyboardButton, CallbackQueryHandler

This commit is contained in:
root 2026-03-16 22:05:23 +07:00
parent eeec98303d
commit 1d92679c14

View file

@ -59,9 +59,13 @@ def _release_lock():
except OSError:
pass
from telegram import BotCommand, Update, ReplyKeyboardMarkup, KeyboardButton
from telegram import (
BotCommand, Update, ReplyKeyboardMarkup, KeyboardButton,
InlineKeyboardButton, InlineKeyboardMarkup,
)
from telegram.ext import (
Application, CommandHandler, MessageHandler, filters, ContextTypes,
Application, CommandHandler, MessageHandler, CallbackQueryHandler,
filters, ContextTypes,
)
BOT_COMMANDS = [