2017-06-23 20 views

回答

5

看來,這是需要的:

InlineKeyboardButton urlButton = new InlineKeyboardButton(); 
     urlButton.Text = "Go URL"; 
     urlButton.Url = "https://google.com";