I´m developing a telegram bot in c#.
Using the class TelegramBotClient
in Telegram.Bot
library.
I want to create a list with multiple option choose using a InlineKeyboardButton
.
I am thinking in some kind of CheckListBox
as in Window Form
.
Someone knows how to do it?
Thanks!!
2
Answers
If you’re using WinForms then you should look at CheckBoxList – it’s one of the standard controls.
If you’re using WPF there’s a control called CheckBoxList that is practically the same thing.
Yo can make buttons and add to them ✓ in text if it checked.
Look at bsab answer