Esposter
Preparing search index...
@esposter/db-schema
WebhookMessageEntity
Class WebhookMessageEntity
Hierarchy (
View Summary
)
BaseMessageEntity
<
Webhook
>
WebhookMessageEntity
Index
Constructors
constructor
Properties
app
User
created
At
deleted
At
files
is
Edited?
is
Forward?
is
Loading?
is
Pinned?
link
Preview
Response
mentions
message
partition
Key
reply
Row
Key?
row
Key
type
updated
At
user
Id?
Methods
to
JSON
Constructors
constructor
new
WebhookMessageEntity
(
init
?:
Partial
<
WebhookMessageEntity
>
&
DeepRequiredProperties
<
{
partitionKey
:
string
;
rowKey
:
string
}
,
>
,
)
:
WebhookMessageEntity
Parameters
Optional
init
:
Partial
<
WebhookMessageEntity
>
&
DeepRequiredProperties
<
{
partitionKey
:
string
;
rowKey
:
string
}
,
>
Returns
WebhookMessageEntity
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"
,
>
created
At
createdAt
:
Date
deleted
At
deletedAt
:
Date
|
null
files
files
:
FileEntity
[]
= []
Optional
is
Edited
isEdited
?:
true
Optional
is
Forward
isForward
?:
true
Optional
is
Loading
isLoading
?:
true
Optional
is
Pinned
isPinned
?:
true
link
Preview
Response
linkPreviewResponse
:
LinkPreviewResponse
|
null
= null
mentions
mentions
:
string
[]
= []
message
message
:
string
partition
Key
partitionKey
:
string
Optional
reply
Row
Key
replyRowKey
?:
string
row
Key
rowKey
:
string
type
type
:
Webhook
= MessageType.Webhook
updated
At
updatedAt
:
Date
Optional
user
Id
userId
?:
undefined
Methods
to
JSON
toJSON
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
app
User
created
At
deleted
At
files
is
Edited
is
Forward
is
Loading
is
Pinned
link
Preview
Response
mentions
message
partition
Key
reply
Row
Key
row
Key
type
updated
At
user
Id
Methods
to
JSON
Esposter
Loading...