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

#/components/schemas/QueryThreadsRequest More...

#include <QueryThreadsRequestDto.h>

Public Attributes

FJsonObjectWrapper Filter
 Conditions the returned threads must match.
 
uint32 Limit = TNumericLimits<uint32>::Max()
 Number of threads to return (max 100)
 
uint32 ReplyLimit = TNumericLimits<uint32>::Max()
 How many latest replies to include per thread (max 10)
 
uint32 ParticipantLimit = TNumericLimits<uint32>::Max()
 How many participants to include per thread (max 100)
 
uint32 MemberLimit = TNumericLimits<uint32>::Max()
 How many members of the thread's channel to include per thread (max 100)
 
FString Next
 Value from a previous response, to paginate forwards.
 
FString Prev
 Value from a previous response, to paginate backwards.
 
TArray< FSortParamRequestDtoSort
 List of sort parameters (max 5)
 
bool bWatch = false
 Start watching the channels the returned threads belong to.
 

Detailed Description

#/components/schemas/QueryThreadsRequest

See also
https://getstream.io/chat/docs/rest/#product:chat-threads-querythreads

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