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

#/components/schemas/SearchResultMessage More...

#include <SearchResultMessageDto.h>

Inheritance diagram for FSearchResultMessageDto:
FMessageDto

Public Attributes

FChannelResponseDto Channel
 
- Public Attributes inherited from FMessageDto
TArray< FAttachmentDtoAttachments
 
FString Cid
 Channel unique identifier.
 
FString Command
 Contains provided slash command.
 
FDateTime CreatedAt = FDateTime{0}
 Date/time of creation.
 
FString Html
 Contains HTML markup of the message.
 
TMap< FString, FString > I18n
 
FString Id
 
TArray< FReactionDtoLatestReactions
 The latest reactions to the message created by any user.
 
TArray< FUserObjectDtoMentionedUsers
 The list of user mentioned in the message.
 
FString Mml
 
FMessageModerationDto Moderation
 The moderation verdict for this message, as sent by Moderation V2.
 
FMessageModerationDto ModerationDetails
 
TArray< FReactionDtoOwnReactions
 The reactions added to the message by the current user.
 
FString ParentId
 The ID of the parent message, if the message is a thread reply.
 
FDateTime PinExpires = FDateTime{0}
 When the pin lapses. Stays zeroed when the API sends null, which means the pin doesn't expire.
 
bool bPinned = false
 If true the message is pinned.
 
FDateTime PinnedAt = FDateTime{0}
 When the message was pinned. Zeroed unless it is pinned.
 
FUserObjectDto PinnedBy
 Who pinned the message. Left with an empty ID unless it is pinned.
 
FString QuotedMessageId
 The ID of the quoted message, if the message is a quoted reply.
 
TMap< FName, int32 > ReactionCounts
 A map describing the count of number of every reaction.
 
TMap< FName, int32 > ReactionScores
 A map describing the count of score of every reaction.
 
uint32 ReplyCount = 0
 Reserved field indicating the number of replies for this message.
 
bool bShadowed = false
 If true the message is shadowed.
 
bool bShowInChannel = false
 Whether thread reply should be shown in the channel as well.
 
bool bSilent = false
 If true the message is silent.
 
FString Text
 The text of this message.
 
TArray< FUserObjectDtoThreadParticipants
 Reserved field indicating the thread participants for this message.
 
EMessageTypeDto Type = EMessageTypeDto::Regular
 The message type.
 
FDateTime UpdatedAt = FDateTime{0}
 Reserved field indicating when the message was updated last time.
 
FUserObjectDto User
 
FAdditionalFields AdditionalFields
 

Additional Inherited Members

- Public Member Functions inherited from FMessageDto
TOptional< FDateTime > GetDeletedAt () const
 Date/time of deletion.
 

Detailed Description

#/components/schemas/SearchResultMessage


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