Type Alias MessageParameter
MessageParameter: { autoTypeDetect?: boolean; country?: string; customFields?: Record<string, string>; faxOptions?: FileIds; from?: string; imageId?: string; kakaoOptions?: kakaoOptionRequest; rcsOptions?: RcsOptionRequest; replacements?: object[]; subject?: string; text?: string; to: string | string[]; type?: MessageType;} Type declaration
Optional
autoTypeDetect?: boolean
Optional
country?: string
Optional
customFields?: Record<string, string>
Optional
faxOptions?: FileIds
Optional
from?: string
Optional
imageId?: string
Optional
replacements?: object[]
Optional
subject?: string
Optional
text?: string
to: string | string[]