Answer the question
In order to leave comments, you need to log in
How to add inline telegram bot button via BotMan?
Using BotMan, I can't figure out how to attach a button to a post. Ran this:
$k = Keyboard::create()
->type(Keyboard::TYPE_INLINE)
->addRow(KeyboardButton::create("Я кнопка"))
->toArray();
But I don't know how to send it.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question