Stream Chat Unreal SDK
|
#/components/schemas/ChannelStateResponseFields More...
#include <ChannelStateResponseFieldsDto.h>
Public Attributes | |
FChannelResponseDto | Channel |
bool | bHidden = false |
Whether this channel is hidden or not. | |
FDateTime | HideMessagesBefore = FDateTime{0} |
Messages before this date are hidden from the user. | |
TArray< FChannelMemberDto > | Members |
List of channel members. | |
FChannelMemberDto | Membership |
Current user membership object. | |
TArray< FMessageDto > | Messages |
List of channel members. | |
TArray< FMessageDto > | PinnedMessages |
List of pinned messages in the channel. | |
TArray< FReadDto > | Read |
List of read states. | |
int32 | WatcherCount = -1 |
The count of users watching the channel. | |
TArray< FUserObjectDto > | Watchers |
A list of users watching the channel. | |
#/components/schemas/ChannelStateResponseFields