|
Stream Chat Unreal SDK
|
#/components/schemas/UserBannedEvent More...
#include <UserBannedEvent.h>
Static Public Member Functions | |
| static FName | StaticType () |
Public Attributes | |
| FDateTime | Expiration = FDateTime{0} |
| FString | Reason |
| bool | bShadow = false |
| FUserObjectDto | CreatedBy |
| FUserObjectDto | User |
Public Attributes inherited from FChannelEvent | |
| FString | ChannelId |
| FString | ChannelType |
| FString | Cid |
| Channel CID (<type>:<id>) | |
Public Attributes inherited from FChatEvent | |
| FName | Type |
| Event type. | |
| FDateTime | CreatedAt = FDateTime{0} |
Additional Inherited Members | |
Public Member Functions inherited from FChannelEvent | |
| FChannelEvent (const FName &Type, const FDateTime &CreatedAt, const FString &ChannelId, const FString &ChannelType, const FString &Cid) | |
Public Member Functions inherited from FChatEvent | |
| FChatEvent (const FName &Type, const FDateTime &CreatedAt) | |
#/components/schemas/UserBannedEvent