MS
Size: a a a
MS
SM
SM
C
SM
BB
SP
BB
n
D
G
DI
G
keyboard = types.ReplyKeyboardMarkup(row_width=3, resize_keyboard=True)
today = types.KeyboardButton('{}Сегодня'.format(kalendar))
tommorow = types.KeyboardButton('{}Завтра'.format(nextday))
all_week = types.KeyboardButton('{}Полное расписание'.format(all_week1))
keyboard.add(today, tommorow, all_week)
@bot.message_handler(regexp=r"(.*Сегодня)|(.*Завтра)|(.*Полное расписание)")
if message.text == '.*Сегодня':
G
АП
keyboard = types.ReplyKeyboardMarkup(row_width=3, resize_keyboard=True)
today = types.KeyboardButton('{}Сегодня'.format(kalendar))
tommorow = types.KeyboardButton('{}Завтра'.format(nextday))
all_week = types.KeyboardButton('{}Полное расписание'.format(all_week1))
keyboard.add(today, tommorow, all_week)
@bot.message_handler(regexp=r"(.*Сегодня)|(.*Завтра)|(.*Полное расписание)")
if message.text == '.*Сегодня':
G
АП
G
G
АП