CreateImageMessageByURL method

Pointer<Char> CreateImageMessageByURL(
  1. Pointer<Char> operationID,
  2. Pointer<Char> sourcePath,
  3. Pointer<Char> sourcePicture,
  4. Pointer<Char> bigPicture,
  5. Pointer<Char> snapshotPicture,
)

Implementation

ffi.Pointer<ffi.Char> CreateImageMessageByURL(
  ffi.Pointer<ffi.Char> operationID,
  ffi.Pointer<ffi.Char> sourcePath,
  ffi.Pointer<ffi.Char> sourcePicture,
  ffi.Pointer<ffi.Char> bigPicture,
  ffi.Pointer<ffi.Char> snapshotPicture,
) {
  return _CreateImageMessageByURL(
    operationID,
    sourcePath,
    sourcePicture,
    bigPicture,
    snapshotPicture,
  );
}