KA

Size: a a a
KA
П
def responsible_developer(call):
# dev_buttons = types.InlineKeyboardMarkup(row_width=2)
markup = types.ReplyKeyboardMarkup(one_time_keyboard=True, resize_keyboard=True)
for item in developers:
markup.add(developers[item][0]['name'])
bot.send_message(call.message.chat.id, 'Выберите застройщика:', reply_markup=markup, disable_notification=True)
print(message)
bot.register_next_step_handler(call.message.chat.id, dev_info)
П
RM
П
П
RM
call.message.chat.id
П
call.message.chat.id
П
RM
GF
GF
GF
GF
l
KA
GF