OnFetchProfileCallback type
回调函数,用于提供自定义数据以为用户或机器人构建配置文件。
type OnFetchProfileCallback = (
userId: string,
defaultProfile?: Profile
) => Promise<Profile | undefined>
你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
回调函数,用于提供自定义数据以为用户或机器人构建配置文件。
type OnFetchProfileCallback = (
userId: string,
defaultProfile?: Profile
) => Promise<Profile | undefined>