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: Union[Just[Optional[int]], _Nothing[Optional[int]]] = Nothing# The comment this was a reply to.