export interface BotButton { text: string; callback_data: string; }