Skip to main content

FeedbackSchemaBase

Extended by

Properties

__typename

__typename: FeedbackTypename

Source

src/types/schema.ts:287


appearsAsDeleted

appearsAsDeleted: boolean

Source

src/types/schema.ts:288


author

author: Pick<UserSchema<Pick<AvatarSchema, "__typename" | "imageSrc" | "name">, ProfileSchema, ListProgramsSchema<unknown>>, "id" | "__typename" | "kaid" | "nickname" | "avatar">

Source

src/types/schema.ts:289


badges

badges: unknown

Always null

Source

src/types/schema.ts:296


content

content: string

Source

src/types/schema.ts:297


date

date: string

Source

src/types/schema.ts:298


definitelyNotSpam

definitelyNotSpam: boolean

Source

src/types/schema.ts:299


deleted

deleted: boolean

Source

src/types/schema.ts:300


downVoted

downVoted: boolean

Source

src/types/schema.ts:301


expandKey

expandKey: string

Source

src/types/schema.ts:302


feedbackType

feedbackType: FeedbackType

Source

src/types/schema.ts:303


flaggedBy

flaggedBy: unknown

Always null

Source

src/types/schema.ts:307


flaggedByUser

flaggedByUser: boolean

Source

src/types/schema.ts:308


flags

flags: unknown

Always null

Source

src/types/schema.ts:312


focus

focus: FeedbackFocusSchema

Source

src/types/schema.ts:313


focusUrl

focusUrl: string

Source

src/types/schema.ts:314


fromVideoAuthor

fromVideoAuthor: boolean

Source

src/types/schema.ts:315


isLocked

isLocked: boolean

Source

src/types/schema.ts:316


isPinned

isPinned: boolean

Source

src/types/schema.ts:317


key

key: string

Encrypted ID

Source

src/types/schema.ts:321


lowQualityScore

lowQualityScore: number

Source

src/types/schema.ts:322


notifyOnAnswer

notifyOnAnswer: boolean

Source

src/types/schema.ts:323


permalink: string

Source

src/types/schema.ts:324


qualityKind

qualityKind: string

Source

src/types/schema.ts:325


replyCount

replyCount: number

Source

src/types/schema.ts:326


replyExpandKeys

replyExpandKeys: `ag5zfmtoYW4tYWNhZGVteX${string}CxIIVXNlckRhdGEi${string}thaWRf${string}${string}${string}` | `ag5zfmtoYW4tYWNhZGVteX${string}CxIIVXNlckRhdGEi${string}thaWRf${string}${string}${string}`[]

Expand keys for parent feedback. Always 1-2 elements

Source

src/types/schema.ts:330


showLowQualityNotice

showLowQualityNotice: boolean

Always false? May depend on the user

Source

src/types/schema.ts:334


sumVotesIncremented

sumVotesIncremented: number

Source

src/types/schema.ts:335


upVoted

upVoted: boolean

Source

src/types/schema.ts:336