Stream Chat Unreal SDK
Loading...
Searching...
No Matches
SendMessageRequestDto.h
1// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "MessageRequestDto.h"
7
8#include "SendMessageRequestDto.generated.h"
9
15USTRUCT()
17{
18 GENERATED_BODY()
19
20
23 UPROPERTY()
25
29 UPROPERTY()
30 bool bSkipPush = false;
31};
#/components/schemas/MessageRequest
Definition: MessageRequestDto.h:17
#/components/schemas/SendMessageRequest Contains all information needed to send new message
Definition: SendMessageRequestDto.h:17