Type alias for menu handler functions.
typedef MenuHandler<CTX extends Context> = FutureOr<void> Function(CTX ctx);