diff options
Diffstat (limited to 'vendor/go.mau.fi/whatsmeow/upload.go')
-rw-r--r-- | vendor/go.mau.fi/whatsmeow/upload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/go.mau.fi/whatsmeow/upload.go b/vendor/go.mau.fi/whatsmeow/upload.go index b3e71cc4..aa50926f 100644 --- a/vendor/go.mau.fi/whatsmeow/upload.go +++ b/vendor/go.mau.fi/whatsmeow/upload.go @@ -47,7 +47,7 @@ type UploadResponse struct { // // you can also optionally add other fields like ContextInfo and JpegThumbnail here // // Url: &resp.URL, -// DirectPath: &uploaded.DirectPath, +// DirectPath: &resp.DirectPath, // MediaKey: resp.MediaKey, // FileEncSha256: resp.FileEncSHA256, // FileSha256: resp.FileSha256, |