change order of /start buttons

This commit is contained in:
Akulij 2025-06-04 13:04:26 +05:00
parent 2515e8e1b6
commit bb32f5f823

View File

@ -4,9 +4,9 @@ const PROJECTS_COUNT = 2
const start_msg = { const start_msg = {
buttons: [ buttons: [
[{ name: { literal: "leave_application" }, callback_name: "leave_application" }],
[{ name: { literal: "show_projects" }, callback_name: "project_0" }], [{ name: { literal: "show_projects" }, callback_name: "project_0" }],
[{ name: { literal: "more_info_btn" }, callback_name: "more_info" }], [{ name: { literal: "more_info_btn" }, callback_name: "more_info" }],
[{ name: { literal: "leave_application" }, callback_name: "leave_application" }],
[{ name: { literal: "ask_question_btn" }, callback_name: "ask_question" }], [{ name: { literal: "ask_question_btn" }, callback_name: "ask_question" }],
], // default is `null` ], // default is `null`
replace: true, replace: true,