Skip to main content

IQSMSOptions

@quik/communication


@quik/communication / IQSMSOptions

Interface: IQSMSOptions

Defined in: communication/src/sms/definition.ts:19

Properties

from?

optional from?: string

Defined in: communication/src/sms/definition.ts:23

Optional sender identifier.


text

text: string

Defined in: communication/src/sms/definition.ts:25

Message body.


to

to: string

Defined in: communication/src/sms/definition.ts:21

Destination phone number.