#/components/schemas/TruncateChannelRequest
More...
#include <TruncateChannelRequestDto.h>
|
|
bool | bHardDelete = false |
| | Permanently delete channel data (messages, reactions, etc.)
|
| |
|
bool | bSkipPush = false |
| | When message is set disables all push notifications for it.
|
| |
|
FDateTime | TruncatedAt = FDateTime{0} |
| | Truncate channel data up to truncated_at. The system message (if provided) creation time is always greater than truncated_at
|
| |
|
FAdditionalFields | AdditionalFields |
| |
#/components/schemas/TruncateChannelRequest
The documentation for this struct was generated from the following files:
- Source/Backend/StreamChatDto/Public/Request/Channel/TruncateChannelRequestDto.h
- Source/Backend/StreamChatDto/Private/Request/Channel/TruncateChannelRequestDto.cpp