solapi
Preparing search index...
models/responses/sendManyDetailResponse
FailedMessage
Type Alias FailedMessage
Description
메시지 접수에 실패한 메시지 객체
type
FailedMessage
=
{
accountId
:
string
;
country
:
string
;
customFields
?:
Record
<
string
,
string
>
;
from
:
string
;
messageId
:
string
;
statusCode
:
string
;
statusMessage
:
string
;
to
:
string
;
type
:
string
;
}
Index
Properties
account
Id
country
custom
Fields?
from
message
Id
status
Code
status
Message
to
type
Properties
account
Id
accountId
:
string
country
country
:
string
Optional
custom
Fields
customFields
?:
Record
<
string
,
string
>
from
from
:
string
message
Id
messageId
:
string
status
Code
statusCode
:
string
status
Message
statusMessage
:
string
to
to
:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
country
custom
Fields
from
message
Id
status
Code
status
Message
to
type
solapi
Loading...
Description
메시지 접수에 실패한 메시지 객체