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

The desired sort options for thread queries. More...

#include <ChannelSortOption.h>

Public Member Functions

 operator FSortParamRequestDto () const
 Convert into a DTO for sending to the API.
 

Public Attributes

EThreadSortField Field = EThreadSortField::LastMessageAt
 Which field to sort by.
 
ESortDirection Direction = ESortDirection::Descending
 The direction in which to sort.
 

Detailed Description

The desired sort options for thread queries.

The backend accepts only certain combinations of sort fields, so prefer a single option unless you know the combination is supported.

See also
https://getstream.io/chat/docs/unreal/threads/

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