solapi
Preparing search index...
models/responses/sendManyDetailResponse
MessageResponseItem
Type Alias MessageResponseItem
Description
send 메소드 호출 당시에 showMessageList 값을 true로 넣어서 요청했을 경우 반환되는 응답 데이터
type
MessageResponseItem
=
{
customFields
?:
Record
<
string
,
string
>
;
messageId
:
string
;
statusCode
:
string
;
statusMessage
:
string
;
}
Index
Properties
custom
Fields?
message
Id
status
Code
status
Message
Properties
Optional
custom
Fields
customFields
?:
Record
<
string
,
string
>
message
Id
messageId
:
string
status
Code
statusCode
:
string
status
Message
statusMessage
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Fields
message
Id
status
Code
status
Message
solapi
Loading...
Description
send 메소드 호출 당시에 showMessageList 값을 true로 넣어서 요청했을 경우 반환되는 응답 데이터