Type Alias CommentReplyView

CommentReplyView: {
    banned_from_community: boolean;
    can_mod: boolean;
    comment: Comment;
    comment_reply: CommentReply;
    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;
    recipient: Person;
    saved?: string;
    subscribed: SubscribedType;
}

A comment reply view.

Type declaration

  • banned_from_community: boolean
  • can_mod: boolean
  • comment: Comment
  • comment_reply: CommentReply
  • community: Community
  • counts: CommentAggregates
  • creator: Person
  • creator_banned_from_community: boolean
  • creator_blocked: boolean
  • creator_is_admin: boolean
  • creator_is_moderator: boolean
  • Optionalmy_vote?: number
  • post: Post
  • recipient: Person
  • Optionalsaved?: string

    The time when the comment was saved.

  • subscribed: SubscribedType