Stream Chat Unreal SDK
Loading...
Searching...
No Matches
FBanRequestDto Struct Reference

#/components/schemas/BanRequest More...

#include <BanRequestDto.h>

Public Attributes

FString TargetUserId
 ID of user to ban.
 
FString Type
 Channel type to ban user in (not serialized if empty)
 
FString Id
 Channel ID to ban user in (not serialized if empty)
 
bool bShadow = false
 Whether to perform shadow ban or not.
 
bool bIpBan = false
 Whether to perform IP ban or not.
 
FString Reason
 Ban reason (not serialized if empty)
 
float Timeout = TNumericLimits<float>::Max()
 Timeout of ban in minutes. User will be unbanned after this period of time.
 

Detailed Description

#/components/schemas/BanRequest

See also
https://getstream.io/chat/docs/unreal/moderation/

The documentation for this struct was generated from the following file: