- Preparing search index...
- The search index is not available
Guilded.JS
Methods
announcementCommentReactionCreate
-
Parameters
-
options: {
announcementCommentId: number;
announcementId: string;
channelId: string;
emoteId: number;
}
-
announcementCommentId: number
-
announcementId: string
-
channelId: string
-
emoteId: number
void
announcementCommentReactionDelete
-
Parameters
-
options: {
announcementCommentId: number;
announcementId: string;
channelId: string;
emoteId: number;
}
-
announcementCommentId: number
-
announcementId: string
-
channelId: string
-
emoteId: number
void
announcementReactionCreate
- announcementReactionCreate(options): CancelablePromise<void>
-
Parameters
-
options: {
announcementId: string;
channelId: string;
emoteId: number;
}
-
announcementId: string
-
channelId: string
-
emoteId: number
void
announcementReactionDelete
- announcementReactionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
announcementId: string;
channelId: string;
emoteId: number;
}
-
announcementId: string
-
channelId: string
-
emoteId: number
void
calendarEventCommentReactionCreate
-
Parameters
-
options: {
calendarEventCommentId: number;
calendarEventId: number;
channelId: string;
emoteId: number;
}
-
calendarEventCommentId: number
-
calendarEventId: number
-
channelId: string
-
emoteId: number
void
calendarEventCommentReactionDelete
-
Parameters
-
options: {
calendarEventCommentId: number;
calendarEventId: number;
channelId: string;
emoteId: number;
}
-
calendarEventCommentId: number
-
calendarEventId: number
-
channelId: string
-
emoteId: number
void
calendarEventReactionCreate
- calendarEventReactionCreate(options): CancelablePromise<void>
-
Parameters
-
options: {
calendarEventId: number;
channelId: string;
emoteId: number;
}
-
calendarEventId: number
-
channelId: string
-
emoteId: number
void
calendarEventReactionDelete
- calendarEventReactionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
calendarEventId: number;
channelId: string;
emoteId: number;
}
-
calendarEventId: number
-
channelId: string
-
emoteId: number
void
channelMessageReactionCreate
- channelMessageReactionCreate(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
emoteId: number;
messageId: string;
}
-
channelId: string
-
emoteId: number
-
messageId: string
void
channelMessageReactionDelete
- channelMessageReactionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
emoteId: number;
messageId: string;
userId?: string;
}
-
channelId: string
-
emoteId: number
-
messageId: string
-
Optional
userId?: string
void
channelMessageReactionDeleteMany
- channelMessageReactionDeleteMany(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
emoteId?: number;
messageId: string;
}
-
channelId: string
-
Optional
emoteId?: number
-
messageId: string
void
docCommentReactionCreate
-
Parameters
-
options: {
channelId: string;
docCommentId: number;
docId: number;
emoteId: number;
}
-
channelId: string
-
docCommentId: number
-
docId: number
-
emoteId: number
void
docCommentReactionDelete
-
Parameters
-
options: {
channelId: string;
docCommentId: number;
docId: number;
emoteId: number;
}
-
channelId: string
-
docCommentId: number
-
docId: number
-
emoteId: number
void
docReactionCreate
- docReactionCreate(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
docId: number;
emoteId: number;
}
-
channelId: string
-
docId: number
-
emoteId: number
void
docReactionDelete
- docReactionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
docId: number;
emoteId: number;
}
-
channelId: string
-
docId: number
-
emoteId: number
void
forumTopicCommentReactionCreate
-
Parameters
-
options: {
channelId: string;
emoteId: number;
forumTopicCommentId: number;
forumTopicId: number;
}
-
channelId: string
-
emoteId: number
-
forumTopicCommentId: number
-
forumTopicId: number
void
forumTopicCommentReactionDelete
-
Parameters
-
options: {
channelId: string;
emoteId: number;
forumTopicCommentId: number;
forumTopicId: number;
}
-
channelId: string
-
emoteId: number
-
forumTopicCommentId: number
-
forumTopicId: number
void
forumTopicReactionCreate
- forumTopicReactionCreate(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
emoteId: number;
forumTopicId: number;
}
-
channelId: string
-
emoteId: number
-
forumTopicId: number
void
forumTopicReactionDelete
- forumTopicReactionDelete(options): CancelablePromise<void>
-
Parameters
-
options: {
channelId: string;
emoteId: number;
forumTopicId: number;
}
-
channelId: string
-
emoteId: number
-
forumTopicId: number
void
Create an announcement comment reaction
Throws
ApiError