IQSMSOptions
@quik/communication / IQSMSOptions
Interface: IQSMSOptions
Defined in: communication/src/sms/definition.ts:19
Properties
from?
optionalfrom?: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.