Module @igpapi/sticker - v3.111.0

@igpapi/sticker

This package only contains stickers configuration builder. It doesn't make any HTTP requests. The only responsibility of this package is to return JSON with stickers layout configuration.

Please note: the following stickers list do not render any graphics on the resulting story:

  • Hashtag
  • Location
  • Mention
  • Link
  • Polaroid (a.k.a. Frames)

They only create an interactive area. Therefore, if you post any of these stickers, you will not see any visual changes in the story, but you will be able to interact with the area (click, shake, etc.), and it will work as expected. So, it is your responsibility to render graphics on the story media (photo or video) for these stickers.

const stickers = new IgpapiStickersLayout();
stickers.add(new SliderSticker({ question: 'YOYOYO', emoji: '😍' })).center();

Index

Enumerations

Classes

Interfaces

Type Aliases