5#include "AdditionalFields.h"
6#include "CoreMinimal.h"
7#include "Response/Message/AttachmentDto.h"
9#include "MessageRequestDto.generated.h"
40 TArray<FString> MentionedUsers;
54 bool bShowInChannel = false;
58 FDateTime PinExpires = FDateTime{0};
67 FString QuotedMessageId;
71 TMap<FName, int32> ReactionScores;
82 FAdditionalFields AdditionalFields;
@ Attachments
Whether or not the message contains an attachment.
@ Text
Text of the message.
@ ParentId
The parent message ID (if the message is a reply)
#/components/schemas/Attachment A file, image or link attached to a message.
Definition AttachmentDto.h:22
#/components/schemas/MessageRequest
Definition MessageRequestDto.h:18