5#include "CoreMinimal.h"
6#include "Event/Abstract/ChatEvent.h"
7#include "UserObjectDto.h"
9#include "UserPresenceChangedEvent.generated.h"
21 static FName StaticType()
23 static const FName
Type{TEXT(
"user.presence.changed")};
@ Type
Type of the message.
Represents an event that happened in Stream Chat.
Definition ChatEvent.h:16
#/components/schemas/UserObject Used in both requests and responses
Definition UserObjectDto.h:17
#/components/schemas/UserPresenceChangedEvent
Definition UserPresenceChangedEvent.h:18