do not show show_projects button (probably temporarly) #21
@ -5,7 +5,6 @@ const PROJECTS_COUNT = 2
|
||||
const start_msg = {
|
||||
buttons: [
|
||||
[{ name: { literal: "leave_application" }, callback_name: "leave_application" }],
|
||||
[{ name: { literal: "show_projects" }, callback_name: "project_0" }],
|
||||
[{ name: { literal: "more_info_btn" }, callback_name: "more_info" }],
|
||||
[{ name: { literal: "ask_question_btn" }, callback_name: "ask_question" }],
|
||||
], // default is `null`
|
||||
@ -21,7 +20,6 @@ const dialog = {
|
||||
replace: true,
|
||||
buttons: [
|
||||
[{ name: { literal: "leave_application" }, callback_name: "leave_application" }],
|
||||
[{ name: { literal: "show_projects" }, callback_name: "project_0" }],
|
||||
[{ name: { literal: "ask_question_btn" }, callback_name: "ask_question" }],
|
||||
[{ name: { name: "🏠 На главную" }, callback_name: "start" }],
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user