Menu

#815 Support for view once messages

open
nobody
enhancement (3)
2021-09-08
2021-08-05
Anonymous
No

Originally created by: iamshouvikmitra

Whatsapp recently launched view once messages. Even though I am not aware if it is available on WhatsApp Web, I am still filing a PR for others to keep an eye on when this gets shipped and if this library could support the same.

Ref. - https://faq.whatsapp.com/general/chats/about-view-once/?lang=en

Discussion

  • Anonymous

    Anonymous - 2021-08-27

    Originally posted by: JoseHM8A

    I will make a pull request, but for now use the following options:

    client.sendMessage( yourChatId, yourMedia, {
        extra: {
            isViewOnce: true
        }
    });
    
     
  • Anonymous

    Anonymous - 2021-09-08

    Originally posted by: Devsk001

    client.sendMessage( yourChatId, yourMedia, {
    extra: {
    isViewOnce: true
    }
    });

     

Log in to post a comment.