Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add getMp4FullResolution and getJpegFullResolution methods
  • Loading branch information
Louuke authored Aug 8, 2020
1 parent 32e1c3e commit 41be0f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,19 @@ client.loadConversation(remoteJid, 25, "4C739872E8K15F7L0ACB", false);
| getMimetype | Returns mimetype of the image |
| getCaption | Returns caption |
| getJpegThumbnail | Returns a thumbnail of the image |
| getJpegFullResolution | Returns the image with full resolution or null if it could not be loaded |
| ... | ... |

**Note**: Full resolution images are not implemented

- **WebVideoMessage**: Contains information about video messages

| Method | Description |
| ------------- |---------------|
| getMimetype | Returns mimetype of the video |
| getSeconds | Returns video length |
| getJpegThumbnail | Returns a thumbnail of the video |
| getMp4Thumbnail | Returns a thumbnail of the video |
| getMp4FullResolution | Returns the video with full resolution or null if it could not be loaded |
| ... | ... |

**Note**: The download of videos is not implemented

- **WebMessage**: Each Web[Type]Message class extends WebMessage and therefore contains the following methods

| Method | Description |
Expand All @@ -203,5 +201,7 @@ client.loadConversation(remoteJid, 25, "4C739872E8K15F7L0ACB", false);
| getMessageTimestamp | Returns the message timestamp |
| getStatus | Returns the status of the message |

**Note**: Audio and document messages are not implemented

## Legal
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by WhatsApp or any of its affiliates or subsidiaries. This is an independent and unofficial software. Use at your own risk.

0 comments on commit 41be0f6

Please sign in to comment.