CommentView: { banned_from_community: boolean; can_mod: boolean; comment: Comment; community: Community; counts: CommentAggregates; creator: Person; creator_banned_from_community: boolean; creator_blocked: boolean; creator_is_admin: boolean; creator_is_moderator: boolean; my_vote?: number; post: Post; saved?: string; subscribed: SubscribedType;} Type declaration
banned_from_community: boolean
can_mod: boolean
creator_banned_from_community: boolean
creator_blocked: boolean
creator_is_admin: boolean
creator_is_moderator: boolean
Optional
my_vote?: number
Optional
saved?: string
A comment view.