#/components/schemas/BanRequest
More...
#include <BanRequestDto.h>
|
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.
|
|
The documentation for this struct was generated from the following file: