profileInfo property
The historic profile information of the users that sent the events returned.
The key is the user ID for which the profile belongs to.
Implementation
Map<String, UserProfile>? profileInfo;
The historic profile information of the users that sent the events returned.
The key is the user ID for which the profile belongs to.
Map<String, UserProfile>? profileInfo;