Preparing search index...
The search index is not available
api
api
app/messages/dto/messages
CreateMessageDto
ClassCreateMessageDto
Hierarchy
{
content
:
string
;
roomId
:
string
;
}
CreateMessageDto
Index
Constructors
constructor
Properties
content
room
Id
zod
Schema
Methods
create
Constructors
constructor
new
Create
Message
Dto
(
)
:
CreateMessageDto
Returns
CreateMessageDto
Properties
content
content
:
string
= ...
room
Id
room
Id
:
string
= ...
Static
zod
Schema
zod
Schema
:
ZodObject
<
{
content
:
ZodString
;
roomId
:
ZodString
;
}
,
"strict"
,
ZodTypeAny
,
{
content
:
string
;
roomId
:
string
;
}
,
{
content
:
string
;
roomId
:
string
;
}
>
Methods
Static
create
create
(
input
)
:
{
content
:
string
;
roomId
:
string
;
}
Parameters
input
:
unknown
Returns
{
content
:
string
;
roomId
:
string
;
}
content
:
string
room
Id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
content
room
Id
zod
Schema
Methods
create
api
Loading...