StickerLine: {
    authorId: string;
    authorName: string;
    description?: null | string;
    id: string;
    sticker: string;
    stickerAnimated?: null | string;
    stickerSound?: null | string;
    title: string;
    url: string;
}

Type declaration

  • authorId: string
  • authorName: string
  • Optional description?: null | string
  • id: string
  • sticker: string
  • Optional stickerAnimated?: null | string
  • Optional stickerSound?: null | string
  • title: string
  • url: string

Generated using TypeDoc