bettersg / checkMate

GNU General Public License v3.0
5 stars 1 forks source link

Support whatsapp video message #162

Open sarge1989 opened 12 months ago

sarge1989 commented 12 months ago

Currently, bot only handles images and text. This is handled by the switch block (line 81) of userHandlerWhatsapp in userHandlers.ts.

Could be time to expand to whatsapp video messages, which sometime get forwarded around. Probably no way to match though, apart from video hash (see WABA webhook docs.

image

Maybe need an isVideo tag for the messages schema too. Should discuss.