How to create InlineKeyboardMarkup this example?
问题 I want to create a Button that when Click on button user go to the group telegram. but cann`t using NetTelegramBotApi; // last verion class Program { private static string Token = "......"; // private static InlineKeyboardMarkup Menu1; } public static async Task RunBot() { // var keyboardInlineMenu = new InlineKeyboardButton[20][]; ..... ..... .... .... if (text == "/start") { // keyboardInlineMenu = new InlineKeyboardButton () { InlineKeyboardButton[][] buttons = new InlineKeyboardButton[2][