Esposter
Preparing search index...
@esposter/db-schema
WebhookCreateMessageInput
Interface WebhookCreateMessageInput
interface
WebhookCreateMessageInput
{
appUser
:
PartialByKeys
<
Pick
<
{
createdAt
:
Date
;
deletedAt
:
Date
|
null
;
id
:
string
;
image
:
string
|
null
;
name
:
string
;
updatedAt
:
Date
;
}
,
"name"
|
"id"
|
"image"
,
>
,
"name"
|
"image"
,
>
;
files
?:
{
filename
:
string
;
id
:
string
;
mimetype
:
string
;
size
:
number
}
[]
;
message
?:
string
;
replyRowKey
?:
string
;
roomId
:
string
;
type
:
Webhook
;
}
Hierarchy
Except
<
StandardCreateMessageInput
,
"type"
>
ItemEntityType
<
Webhook
>
WebhookCreateMessageInput
Index
Properties
app
User
files?
message?
reply
Row
Key?
room
Id
type
Properties
app
User
appUser
:
PartialByKeys
<
Pick
<
{
createdAt
:
Date
;
deletedAt
:
Date
|
null
;
id
:
string
;
image
:
string
|
null
;
name
:
string
;
updatedAt
:
Date
;
}
,
"name"
|
"id"
|
"image"
,
>
,
"name"
|
"image"
,
>
Optional
files
files
?:
{
filename
:
string
;
id
:
string
;
mimetype
:
string
;
size
:
number
}
[]
= ...
Optional
message
message
?:
string
= ...
Optional
reply
Row
Key
replyRowKey
?:
string
= ...
room
Id
roomId
:
string
= selectRoomSchema.shape.id
type
type
:
Webhook
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
User
files
message
reply
Row
Key
room
Id
type
Esposter
Loading...