skip to Main Content

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


  1. 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.

    Login or Signup to reply.
  2. Yo can make buttons and add to them ✓ in text if it checked.
    Look at bsab answer

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search