CreateCommentReplyData¶ class CreateCommentReplyData[source]¶ Input data required for the Comment::CreateReply operation. comment: str¶ The content of the reply. reply_type: CommentReplyType¶ The type of reply. in_reply_to: Just[int | None] | _Nothing[int | None] = Nothing¶ The comment this was a reply to.