Answer the question
In order to leave comments, you need to log in
Method for creating a telegram button under a message?
var UserKeyboard = new ReplyKeyboardMarkup()
{
Keyboard = new[]
{
new[]
{
new KeyboardButton("А"),
}
}
};
Answer the question
In order to leave comments, you need to log in
Use InlineKeyboardMarkup
To make it easier with terms - read the manual
https://core.telegram.org/bots/api#inlinekeyboardmarkup
https://core.telegram.org/bots#inline-keyboards-an...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question