@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Function getVotes

    • Get votes of a poll

      Parameters

      Returns Promise<
          {
              chatId: WAJS.whatsapp.Wid;
              msgId: MsgKey;
              votes: {
                  selectedOptions: number[];
                  sender: WAJS.whatsapp.Wid;
                  timestamp: number;
              }[];
          },
      >

      WPP.chat.getVotes('true_[number]@c.us_ABCDEF');