1个按钮的工作方式:
Bot.SendTextMessageAsync(chatId:=-1001386327571, text:="Trying *all the parameters* of `sendMessage` method", replyMarkup:=New InlineKeyboardMarkup(InlineKeyboardButton.WithUrl("Test", "google.com")))
我正在尝试什么:
Bot.SendTextMessageAsync(chatId:=-1001386327571, text:="Trying *all the parameters* of `sendMessage` method", replyMarkup:=New InlineKeyboardMarkup(InlineKeyboardButton.WithUrl("Test", "google.com"), InlineKeyboardButton("test2", "google.com")))