lonnymq
Preparing search index...
MessageDeleteCommand
Class MessageDeleteCommand
Index
Constructors
constructor
Properties
id
num
Attempts
schema
Methods
execute
Constructors
constructor
new
MessageDeleteCommand
(
params
:
{
id
:
bigint
;
numAttempts
:
number
;
schema
:
string
}
,
)
:
MessageDeleteCommand
Parameters
params
:
{
id
:
bigint
;
numAttempts
:
number
;
schema
:
string
}
Returns
MessageDeleteCommand
Properties
Readonly
id
id
:
bigint
Readonly
num
Attempts
numAttempts
:
number
Readonly
schema
schema
:
string
Methods
execute
execute
(
databaseClient
:
DatabaseClient
)
:
Promise
<
MessageDeleteCommandResult
>
Parameters
databaseClient
:
DatabaseClient
Returns
Promise
<
MessageDeleteCommandResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
num
Attempts
schema
Methods
execute
lonnymq
Loading...