- Preparing search index...
- The search index is not available
Guilded.JS
Methods
docCommentCreate
-
Parameters
-
options: {
channelId: string;
docId: number;
requestBody: {
content: string;
};
}
-
channelId: string
-
docId: number
-
requestBody: {
content: string;
}
any Success
docCommentDelete
-
Parameters
-
options: {
channelId: string;
docCommentId: number;
docId: number;
}
-
channelId: string
-
docCommentId: number
-
docId: number
void
docCommentRead
-
Parameters
-
options: {
channelId: string;
docCommentId: number;
docId: number;
}
-
channelId: string
-
docCommentId: number
-
docId: number
any Success
docCommentReadMany
-
Parameters
-
options: {
channelId: string;
docId: number;
}
-
channelId: string
-
docId: number
any Success
docCommentUpdate
-
Parameters
-
options: {
channelId: string;
docCommentId: number;
docId: number;
requestBody: {
content: string;
};
}
-
channelId: string
-
docCommentId: number
-
docId: number
-
requestBody: {
content: string;
}
any Success
Create a comment on a doc
Throws
ApiError