Skip to main content

AnswerFeedbackSchema

Extends

Properties

__typename

__typename: AnswerFeedback

Overrides

FeedbackSchemaBase.__typename

Source

src/types/schema.ts:397


appearsAsDeleted

appearsAsDeleted: boolean

Inherited from

FeedbackSchemaBase.appearsAsDeleted

Source

src/types/schema.ts:288


author

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

Inherited from

FeedbackSchemaBase.author

Source

src/types/schema.ts:289


badges

badges: unknown

Always null

Inherited from

FeedbackSchemaBase.badges

Source

src/types/schema.ts:296


content

content: string

Inherited from

FeedbackSchemaBase.content

Source

src/types/schema.ts:297


date

date: string

Inherited from

FeedbackSchemaBase.date

Source

src/types/schema.ts:298


definitelyNotSpam

definitelyNotSpam: boolean

Inherited from

FeedbackSchemaBase.definitelyNotSpam

Source

src/types/schema.ts:299


deleted

deleted: boolean

Inherited from

FeedbackSchemaBase.deleted

Source

src/types/schema.ts:300


downVoted

downVoted: boolean

Inherited from

FeedbackSchemaBase.downVoted

Source

src/types/schema.ts:301


expandKey

expandKey: string

Inherited from

FeedbackSchemaBase.expandKey

Source

src/types/schema.ts:302


feedbackType

feedbackType: ANSWER

Overrides

FeedbackSchemaBase.feedbackType

Source

src/types/schema.ts:398


flaggedBy

flaggedBy: unknown

Always null

Inherited from

FeedbackSchemaBase.flaggedBy

Source

src/types/schema.ts:307


flaggedByUser

flaggedByUser: boolean

Inherited from

FeedbackSchemaBase.flaggedByUser

Source

src/types/schema.ts:308


flags

flags: unknown

Always null

Inherited from

FeedbackSchemaBase.flags

Source

src/types/schema.ts:312


focus

focus: FeedbackFocusSchema

Inherited from

FeedbackSchemaBase.focus

Source

src/types/schema.ts:313


focusUrl

focusUrl: string

Inherited from

FeedbackSchemaBase.focusUrl

Source

src/types/schema.ts:314


fromVideoAuthor

fromVideoAuthor: boolean

Inherited from

FeedbackSchemaBase.fromVideoAuthor

Source

src/types/schema.ts:315


isLocked

isLocked: boolean

Inherited from

FeedbackSchemaBase.isLocked

Source

src/types/schema.ts:316


isPinned

isPinned: boolean

Inherited from

FeedbackSchemaBase.isPinned

Source

src/types/schema.ts:317


key

key: string

Encrypted ID

Inherited from

FeedbackSchemaBase.key

Source

src/types/schema.ts:321


lowQualityScore

lowQualityScore: number

Inherited from

FeedbackSchemaBase.lowQualityScore

Source

src/types/schema.ts:322


notifyOnAnswer

notifyOnAnswer: boolean

Inherited from

FeedbackSchemaBase.notifyOnAnswer

Source

src/types/schema.ts:323


permalink: string

Inherited from

FeedbackSchemaBase.permalink

Source

src/types/schema.ts:324


qualityKind

qualityKind: string

Inherited from

FeedbackSchemaBase.qualityKind

Source

src/types/schema.ts:325


question

question: Pick<QuestionFeedbackSchema, "__typename" | "deleted" | "key" | "sumVotesIncremented" | "flaggedBy" | "flags" | "upVoted" | "appearsAsDeleted" | "author" | "content" | "date" | "definitelyNotSpam" | "downVoted" | "expandKey" | "feedbackType" | "focusUrl" | "fromVideoAuthor" | "isLocked" | "isPinned" | "lowQualityScore" | "notifyOnAnswer" | "permalink" | "qualityKind" | "replyCount" | "replyExpandKeys" | "showLowQualityNotice">

Source

src/types/schema.ts:399


replyCount

replyCount: number

Inherited from

FeedbackSchemaBase.replyCount

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

Inherited from

FeedbackSchemaBase.replyExpandKeys

Source

src/types/schema.ts:330


showLowQualityNotice

showLowQualityNotice: boolean

Always false? May depend on the user

Inherited from

FeedbackSchemaBase.showLowQualityNotice

Source

src/types/schema.ts:334


sumVotesIncremented

sumVotesIncremented: number

Inherited from

FeedbackSchemaBase.sumVotesIncremented

Source

src/types/schema.ts:335


upVoted

upVoted: boolean

Inherited from

FeedbackSchemaBase.upVoted

Source

src/types/schema.ts:336