Function novelRpcPostComment
novelRpcPostComment( data: { author_user_id: number; comment: string; novel_id: number; type: "comment" | "stamp"; },): Promise<any> Parameters
- data: {
author_user_id: number;
comment: string;
novel_id: number;
type: "comment" | "stamp";
}
Returns Promise<any>