RcsTextSendOptions
Defined in: packages/core/src/types/message.ts:309
Extends
Section titled “Extends”Properties
Section titled “Properties”
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
Section titled “Inherited from”imageUrl?
Section titled “imageUrl?”
optionalimageUrl?:string
Defined in: packages/core/src/types/message.ts:314
media?
Section titled “media?”
optionalmedia?:MessageMedia
Defined in: packages/core/src/types/message.ts:313
messageId?
Section titled “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
Section titled “Inherited from”options?
Section titled “options?”
optionaloptions?:object
Defined in: packages/core/src/types/message.ts:150
Common delivery options understood by multiple providers.
country?
Section titled “country?”
optionalcountry?:string
Country code for providers that support it (e.g. SOLAPI). Examples: “82”, “+82”.
customFields?
Section titled “customFields?”
optionalcustomFields?:Record<string,string>
scheduledAt?
Section titled “scheduledAt?”
optionalscheduledAt?:Date
Inherited from
Section titled “Inherited from”providerId?
Section titled “providerId?”
optionalproviderId?:string
Defined in: packages/core/src/types/message.ts:137
Optional routing hint to force a specific provider by id.
Inherited from
Section titled “Inherited from”providerOptions?
Section titled “providerOptions?”
optionalproviderOptions?:Record<string,unknown>
Defined in: packages/core/src/types/message.ts:162
Provider-specific escape hatch (use sparingly).
Inherited from
Section titled “Inherited from”CommonSendOptions.providerOptions
optionalrcs?:RcsSendOptions
Defined in: packages/core/src/types/message.ts:316
subject?
Section titled “subject?”
optionalsubject?:string
Defined in: packages/core/src/types/message.ts:312
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
Section titled “Example”"01012345678"Inherited from
Section titled “Inherited from”type:
"RCS_SMS"|"RCS_LMS"|"RCS_MMS"
Defined in: packages/core/src/types/message.ts:310
variables?
Section titled “variables?”
optionalvariables?:MessageVariables
Defined in: packages/core/src/types/message.ts:315