RcsTextSendOptions
Defined in: packages/core/src/types/message.ts:309
Extends
섹션 제목: “Extends”Properties
섹션 제목: “Properties”from?
섹션 제목: “from?”
optionalfrom:string
Defined in: packages/core/src/types/message.ts:146
Sender number / sender id. Optional at KMsg layer; providers may require it.
Inherited from
섹션 제목: “Inherited from”imageUrl?
섹션 제목: “imageUrl?”
optionalimageUrl:string
Defined in: packages/core/src/types/message.ts:314
media?
섹션 제목: “media?”
optionalmedia:MessageMedia
Defined in: packages/core/src/types/message.ts:313
messageId?
섹션 제목: “messageId?”
optionalmessageId:string
Defined in: packages/core/src/types/message.ts:133
Correlation id generated by KMsg (or provided by the caller). Providers must echo this value back in SendResult.messageId.
Inherited from
섹션 제목: “Inherited from”options?
섹션 제목: “options?”
optionaloptions:object
Defined in: packages/core/src/types/message.ts:150
Common delivery options understood by multiple providers.
country?
섹션 제목: “country?”
optionalcountry:string
Country code for providers that support it (e.g. SOLAPI). Examples: “82”, “+82”.
customFields?
섹션 제목: “customFields?”
optionalcustomFields:Record<string,string>
scheduledAt?
섹션 제목: “scheduledAt?”
optionalscheduledAt:Date
Inherited from
섹션 제목: “Inherited from”providerId?
섹션 제목: “providerId?”
optionalproviderId:string
Defined in: packages/core/src/types/message.ts:137
Optional routing hint to force a specific provider by id.
Inherited from
섹션 제목: “Inherited from”providerOptions?
섹션 제목: “providerOptions?”
optionalproviderOptions:Record<string,unknown>
Defined in: packages/core/src/types/message.ts:162
Provider-specific escape hatch (use sparingly).
Inherited from
섹션 제목: “Inherited from”CommonSendOptions.providerOptions
rcs?
섹션 제목: “rcs?”
optionalrcs:RcsSendOptions
Defined in: packages/core/src/types/message.ts:316
subject?
섹션 제목: “subject?”
optionalsubject:string
Defined in: packages/core/src/types/message.ts:312
text
섹션 제목: “text”text:
string
Defined in: packages/core/src/types/message.ts:311
to:
string
Defined in: packages/core/src/types/message.ts:142
Recipient phone number in Korean format without hyphens.
Example
섹션 제목: “Example”"01012345678"Inherited from
섹션 제목: “Inherited from”type
섹션 제목: “type”type:
"RCS_SMS"|"RCS_LMS"|"RCS_MMS"
Defined in: packages/core/src/types/message.ts:310
variables?
섹션 제목: “variables?”
optionalvariables:MessageVariables
Defined in: packages/core/src/types/message.ts:315