#widgets #ui #telegram-bot #teloxide #bot-api #inline-keyboard

teloxide-inline-widgets

Library for creation of inline-keyboard widgets for teloxide framework

1 unstable release

0.1.0 Aug 9, 2024

#337 in GUI

Download history 62/week @ 2024-08-03 39/week @ 2024-08-10 2/week @ 2024-08-17

103 downloads per month

MIT license

365KB
438 lines

teloxide-inline-widgets

GitHub Actions Workflow Status docs.rs Crates.io Version Crates.io Total Downloads

The library for (easy?) creation of the inline-keyboard widgets for the teloxide framework.

There're some examples available!

Available widgets

Radio List

radio list example

Checkbox List

checkbox list example

Others

One of the most desired thing is to combine widgets together. Currently, the library supports the simple Layout method which allows to combine base-widgets within single keyboard.

multiple widgets

Roadmap

  • Simplify API with proc-macros
  • Pagination mechanism
  • Add date-picker widget
  • Add custom callbacks to some actions
  • Add ability to allow custom limitations to widgets

Dependencies

~10–24MB
~384K SLoC