5#include "AdditionalFields.h"
6#include "ChannelConfigWithInfoDto.h"
7#include "ChannelMemberDto.h"
8#include "CoreMinimal.h"
9#include "UserObjectDto.h"
11#include "ChannelResponseDto.generated.h"
25 bool bAutoTranslationEnabled = false;
29 FString AutoTranslationLanguage;
41 uint32 Cooldown = TNumericLimits<uint32>::Max();
45 FDateTime CreatedAt = FDateTime{0};
53 FDateTime DeletedAt = FDateTime{0};
56 bool bDisabled = false;
68 FDateTime HideMessagesBefore = FDateTime{0};
76 FDateTime LastMessageAt = FDateTime{0};
80 int32 MemberCount = 0;
88 FDateTime MuteExpiresAt = FDateTime{0};
96 TArray<FString> OwnCapabilities;
108 FDateTime UpdatedAt = FDateTime{0};
112 FDateTime TruncatedAt = FDateTime{0};
115 FAdditionalFields AdditionalFields;
@ Type
Type of the message.
#/components/schemas/ChannelConfigWithInfo
Definition: ChannelConfigWithInfoDto.h:16
#/components/schemas/ChannelMember
Definition: ChannelMemberDto.h:16
#/components/schemas/ChannelResponse Represents channel in chat
Definition: ChannelResponseDto.h:20
#/components/schemas/UserObject Used in both requests and responses
Definition: UserObjectDto.h:17