getStickers
Tìm sticker bằng từ khóa
api.getStickers(keyword)
Parameters
Return
Examples
try {
const keyword = "xin chào";
const stickerIds = await api.getStickers(keyword);
console.log(stickerIds);
} catch(e) {
console.error(e);
}Last updated