Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PostInteractionCountersStory

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { storyId: number; views: number; forwards: number; reactions: number }

Type declaration

  • storyId: number
  • views: number
  • forwards: number
  • reactions: number
CONSTRUCTOR_ID: 2319978023
SUBCLASS_OF_ID: 1850361243
classType: "constructor"
className: "PostInteractionCountersStory"
storyId: number
views: number
forwards: number
reactions: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { storyId: number; views: number; forwards: number; reactions: number }
  • Returns { storyId: number; views: number; forwards: number; reactions: number }

    • storyId: number
    • views: number
    • forwards: number
    • reactions: number

Constructors

  • new PostInteractionCountersStory(args: { storyId: number; views: number; forwards: number; reactions: number }): PostInteractionCountersStory

Generated using TypeDoc