OnFetchChatProfileCallback type
Funzione di callback utilizzata per fornire dati personalizzati per creare un profilo per un utente o un bot.
type OnFetchChatProfileCallback = (
userId: string,
defaultProfile?: ChatProfile
) => Promise<ChatProfile | undefined>