Notification structure when the user is added / removed from a topic. More...
#include <AccelByteChatModels.h>
Public Member Functions | |
| FORCEINLINE bool | operator== (const FAccelByteModelsChatUpdateUserTopicNotif &Other) const |
Public Attributes | |
| ETopicType | Type {ETopicType::Unknown} |
| Chat topic types; either PERSONAL or GROUP; differs in member capacity. PERSONAL==2; GROUP>2. | |
| FString | UserId {} |
| Affected user id that added to topic or removed from topic. | |
| Public Attributes inherited from FAccelByteModelsChatUpdateTopicNotif | |
| FString | Name {} |
| Predefined topic Id alias if GROUP or sender's name if PERSONAL. | |
| FString | TopicId {} |
| Updated chat topic id. | |
| FString | SenderId {} |
| Sender's UserId who triggers the chat topic update. | |
| bool | IsChannel { false } |
| Is this topic a channel. | |
Notification structure when the user is added / removed from a topic.