次の方法で共有


StorageKeyFactory type

ストレージ キーを計算するためのコールバック。

type StorageKeyFactory = (context: TurnContext) => Promise<string>;
type StorageKeyFactory = (context: TurnContext) => Promise<string>