메시지 모델, 전체적인 메시지 발송을 위한 파라미터는 이 Message 모델에서 관장함

Hierarchy

  • Message

Constructors

Properties

autoTypeDetect?: boolean

메시지 타입 감지 여부(비활성화 시 반드시 타입이 명시 되어야 함)

country?: string

해외 문자 발송을 위한 국가번호(예) "82", "1" 등)

customFields?: Record<string, string>

사용자를 위한 사용자만의 커스텀 값을 입력할 수 있는 필드 단, 오브젝트 내 키 값 모두 문자열 형태로 입력되어야 합니다.

dateCreated?: string

메시지 생성일자

dateUpdated?: string

메시지 수정일자

from?: string

발신번호

groupId?: string

메시지의 그룹 ID

imageId?: string

MMS 전용 스토리지(이미지) ID

kakaoOptions?: KakaoOption

카카오 알림톡/친구톡을 위한 프로퍼티

log?: object[]

메시지 로그

messageId?: string

해당 메시지의 ID

rcsOptions?: RcsOption

RCS 메시지를 위한 프로퍼티

replacements?: object[]
statusCode?: string
subject?: string

문자 제목(LMS, MMS 전용)

text?: string

메시지 내용

to: string | string[]

수신번호

Name

MessageType 메시지 유형

Generated using TypeDoc