yera.events.blocks
Chat-specific block construction helpers for the Yera library.
This package provides block construction functions that can be used either via the events namespace:
import yera
yera.events.markdown(...)
yera.events.buttons(...)
...
or via the top-level re-exports:
import yera as yr
yr.markdown(...)
yr.buttons(...)
...
Symbols
reset_all_factories
reset_all_factories() → NoneReset all block factory counters to 0.