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

def reset_all_factories — Reset all block factory counters to 0.

reset_all_factories

reset_all_factories() → None

Reset all block factory counters to 0.