Closed shdehnavi closed 7 years ago
var newMsg = new SendMessage(...) {
ReplyMarkup = new InlineKeyboardMarkup
{
InlineKeyboard = new[]
{
new[] { new InlineKeyboardButton(...), new InlineKeyboardButton(...) },
new[] { new InlineKeyboardButton(...), new InlineKeyboardButton(...) },
}
}
}
thanQ
what does this codes means ?
OneTimeKeyboard = true,
ResizeKeyboard = true
All parameters are described in Telegram documentation
hi, i can send replymarkup keyboard but i wanna send inline buttons, how i can send message with inline keyboard buttons ?