Custom widgetsΒΆ

You can create custom widgets if your are not satisfied with existing ones.

If you are making Keyboard widget it is important to create InlineKeyboardButton instances on each rendering instead of reusing same instance. This is because dialogs modify callback_data in it.