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