- Preparing search index...
- The search index is not available
Guilded.JS
Class AnnouncementCommentsService
Hierarchy
- AnnouncementCommentsService
Methods
announcementCommentCreate
-
Parameters
-
options: {
announcementId: string;
channelId: string;
requestBody: {
content: string;
};
}
-
announcementId: string
-
channelId: string
-
requestBody: {
content: string;
}
any Success
announcementCommentDelete
-
Parameters
-
options: {
announcementCommentId: number;
announcementId: string;
channelId: string;
}
-
announcementCommentId: number
-
announcementId: string
-
channelId: string
void
announcementCommentRead
-
Parameters
-
options: {
announcementCommentId: number;
announcementId: string;
channelId: string;
}
-
announcementCommentId: number
-
announcementId: string
-
channelId: string
any Success
announcementCommentReadMany
-
Parameters
-
options: {
announcementId: string;
channelId: string;
}
-
announcementId: string
-
channelId: string
any Success
announcementCommentUpdate
-
Parameters
-
options: {
announcementCommentId: number;
announcementId: string;
channelId: string;
requestBody: {
content: string;
};
}
-
announcementCommentId: number
-
announcementId: string
-
channelId: string
-
requestBody: {
content: string;
}
any Success
Create a comment on an announcement
Throws
ApiError