Type alias MessageParameter

MessageParameter: {
    autoTypeDetect?: boolean;
    country?: string;
    customFields?: Record<string, string>;
    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 from?: string
  • Optional imageId?: string
  • Optional kakaoOptions?: kakaoOptionRequest
  • Optional rcsOptions?: RcsOptionRequest
  • Optional replacements?: object[]
  • Optional subject?: string
  • Optional text?: string
  • to: string | string[]
  • Optional type?: MessageType

Generated using TypeDoc