标签: c# api button telegram telegram-bot
我还没有使用内联键盘按钮,我想实现它而不是发送链接点击,我想制作内联键盘按钮,当用户按下按钮时它应该自动指示他给了URL。
答案 0 :(得分:6)
这似乎是需要的:
InlineKeyboardButton urlButton = new InlineKeyboardButton(); urlButton.Text = "Go URL"; urlButton.Url = "https://google.com";