|
Stream Chat Unreal SDK
|
#/components/schemas/ChannelStateResponse More...
#include <ChannelStateResponseDto.h>
Public Attributes | |
| FString | Duration |
| Duration of the request in human readable format. | |
Public Attributes inherited from FChannelStateResponseFieldsDto | |
| 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/ChannelStateResponse