Type Alias PersonPostMentionView
PersonPostMentionView: { banned_from_community: boolean; can_mod: boolean; community: Community; counts: PostAggregates; creator: Person; creator_banned_from_community: boolean; creator_blocked: boolean; creator_is_admin: boolean; creator_is_moderator: boolean; hidden: boolean; image_details?: ImageDetails; my_vote?: number; person_post_mention: PersonPostMention; post: Post; post_tags: PostTags; read: boolean; recipient: Person; saved?: string; subscribed: SubscribedType; unread_comments: number;} 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
hidden: boolean
Optional
my_vote?: number
read: boolean
Optional
saved?: string
unread_comments: number
A person post mention view.