5#include "CoreMinimal.h"
7#include "ChannelSortOption.generated.h"
51 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Stream Chat")
55 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Stream Chat")
107 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Stream Chat")
111 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Stream Chat")
115 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Stream Chat")
142USTRUCT(BlueprintType)
151 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Stream Chat")
155 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Stream Chat")
159 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Stream Chat")
186USTRUCT(BlueprintType)
195 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Stream Chat")
199 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Stream Chat")
EUserSortField
The desired sort field for user queries.
Definition: ChannelSortOption.h:125
ESortDirection
The desired sort direction for Stream Chat API queries.
Definition: ChannelSortOption.h:17
EMessageSortField
The desired sort field for message queries.
Definition: ChannelSortOption.h:65
EChannelSortField
The desired sort field for Channel API queries.
Definition: ChannelSortOption.h:28
EBanSortField
The desired sort field for ban queries.
Definition: ChannelSortOption.h:169
@ LastActive
When the user was last active.
@ Pinned
Whether the message has been pinned,.
@ UserId
The user ID of the user that sent the message.
@ Attachments
Whether or not the message contains an attachment.
@ Custom
Any custom field that is attached to your message. Must fill CustomField.
@ MentionedUsersId
The user ID that is included in the messages's mentions.
@ Text
Text of the message.
@ Type
Type of the message.
@ ParentId
The parent message ID (if the message is a reply)
@ AttachmentsType
The type of the attachment.
@ ReplyCount
The number of replies the message has.
@ Expired
The date of the ban expiration.
@ BannedById
The ID of the user that created the ban.
@ ChannelCid
The channel CID for the ban. When this parameter is not provided, both global and channel bans will b...
The desired sort options for ban queries.
Definition: ChannelSortOption.h:188
The desired sort options for Channel API queries.
Definition: ChannelSortOption.h:44
The desired sort options for message queries.
Definition: ChannelSortOption.h:100
#/components/schemas/SortParamRequest
Definition: SortParamRequestDto.h:15
The desired sort options for user queries.
Definition: ChannelSortOption.h:144