{
caption: "THIS IS A PHOTO",
reply_markup: Extra.markup((m) =>
m.inlineKeyboard([
m.callbackButton('button1', 'b1'),
m.callbackButton('button2', 'b2'),
m.callbackButton('button3', 'b3'),
]))
}
)
})
i want send buttons with photo have caption
how ?
in this code bot send it with caption only
.extra()
Обсуждают сегодня