콘텐츠로 이동

SmsDefaultSendInput

SmsDefaultSendInput = Omit<SmsSendOptions, "type" | "text"> & object

Defined in: packages/core/src/types/message.ts:265

optional content: string

Alias for text.

optional text: string

SMS text. If omitted, content is used.

optional type: undefined