Type alias FormattedCommentWithFont
FormattedCommentWithFont: { _live: boolean; button?: ButtonParams; color: string; content: CommentContentItem[]; date: number; date_usec: number; ender: boolean; fillColor?: string; flash: boolean; font: CommentFont; fontSize: number; full: boolean; id: number; invisible: boolean; is_my_post: boolean; layer: number; lineCount: number; lineOffset: number; loc: CommentLoc; long: number; mail: string[]; owner: boolean; premium: boolean; rawContent: string; size: CommentSize; strokeColor?: string; user_id: number; vpos: number; wakuColor?: string; } Type declaration
_live: boolean
color: string
date: number
date_usec: number
ender: boolean
Optional
fillColor?: string
flash: boolean
fontSize: number
full: boolean
id: number
invisible: boolean
is_my_post: boolean
layer: number
lineCount: number
lineOffset: number
long: number
mail: string[]
owner: boolean
premium: boolean
rawContent: string
Optional
strokeColor?: string
user_id: number
vpos: number
Optional
wakuColor?: string