🔑 Send Sticker by ID
Send sticker to the specified phone number
await whatsapp.sendSticker(
phoneNumber : 'RECIPIENT_NUMBER',
stickerId : 'STICKER_ID'
);
param | type | required | description |
---|---|---|---|
phoneNumber | String | yes | Phone number with country code. |
stickerId | String | yes | ID of sticker |