Skip to content

Commit 41be0f6

Browse files
authored
Update README.md
Add getMp4FullResolution and getJpegFullResolution methods
1 parent 32e1c3e commit 41be0f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,19 @@ client.loadConversation(remoteJid, 25, "4C739872E8K15F7L0ACB", false);
178178
| getMimetype | Returns mimetype of the image |
179179
| getCaption | Returns caption |
180180
| getJpegThumbnail | Returns a thumbnail of the image |
181+
| getJpegFullResolution | Returns the image with full resolution or null if it could not be loaded |
181182
| ... | ... |
182183

183-
**Note**: Full resolution images are not implemented
184-
185184
- **WebVideoMessage**: Contains information about video messages
186185

187186
| Method | Description |
188187
| ------------- |---------------|
189188
| getMimetype | Returns mimetype of the video |
190189
| getSeconds | Returns video length |
191-
| getJpegThumbnail | Returns a thumbnail of the video |
190+
| getMp4Thumbnail | Returns a thumbnail of the video |
191+
| getMp4FullResolution | Returns the video with full resolution or null if it could not be loaded |
192192
| ... | ... |
193193

194-
**Note**: The download of videos is not implemented
195-
196194
- **WebMessage**: Each Web[Type]Message class extends WebMessage and therefore contains the following methods
197195

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

204+
**Note**: Audio and document messages are not implemented
205+
206206
## Legal
207207
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 commit comments

Comments
 (0)