{
ChatId = chatId,
InputMessageContent = inputMessage,
ReplyMarkup = new ReplyMarkup.ReplyMarkupInlineKeyboard()
{
Rows = new InlineKeyboardButton[][]
{
new InlineKeyboardButton[]
{
new InlineKeyboardButton()
{
Text = "privet",
Type = new InlineKeyboardButtonType.InlineKeyboardButtonTypeUrl()
{
Url = "http://yandex.ru"
}
},
}
}
}
});
не ну вот почему не постится? или на канал нельзя кнопки?
ошибка какая
юзай InlineKeyboardCallbackButton
Обсуждают сегодня