I haven't worked with Inline Keyboard buttons yet, I'd like to achieve that instead of sending a link to click on, I want to make an Inline Keyboard Button, that when the user presses the button it should automatically direct him to the URL given.
It seems that this is what needed:
InlineKeyboardButton urlButton = new InlineKeyboardButton();
urlButton.Text = "Go URL";
urlButton.Url = "https://google.com";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With