Documentation - v0.27.1
    Preparing search index...

    Type Alias StateKeyDelegate

    StateKeyDelegate: (
        upd:
            | MessageContext
            | BusinessMessageContext
            | CallbackQueryContext
            | Peer,
    ) => MaybePromise<string | null>

    Function that determines how the state key is derived.

    The key is additionally prefixed with current scene, if any.

    Type Declaration