CreateImageMessageByURL method
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,
);
}