Set handlers as the only handlers on the callback manager.
set_handlers(
self,
handlers: list[BaseCallbackHandler],
inherit: bool = True
) -> None| Name | Type | Description |
|---|---|---|
handlers* | list[BaseCallbackHandler] | The handlers to set. |
inherit | bool | Default: TrueWhether to inherit the handlers. |