Emitted when a bot is added to a server.
https://www.guilded.gg/docs/api/websockets/BotServerMembershipCreated
The ID of the user that added the bot to the server.
The server the bot was added to.
Emitted when the bot is removed from a server.
https://www.guilded.gg/docs/api/websockets/BotServerMembershipDeleted
The ID of the user that removed the bot from the server.
The server the bot was removed from.
Emitted when a calendar event is created.
https://www.guilded.gg/docs/api/websockets/CalendarEventCreated
The created calendar event.
The ID of the server the calendar event belongs to.
Emitted when a calendar event is deleted.
https://www.guilded.gg/docs/api/websockets/CalendarEventDeleted
The deleted calendar event.
The ID of the server the calendar event belongs to.
Emitted when a calendar event RSVP is deleted.
https://www.guilded.gg/docs/api/websockets/CalendarEventRsvpDeleted
The deleted calendar event RSVP.
The ID of the server the calendar event RSVP belongs to.
Emitted when calendar event RSVPs are edited.
https://www.guilded.gg/docs/api/websockets/CalendarEventRsvpManyUpdated
The edited calendar event RSVPs.
The ID of the server the calendar event RSVPs belong to.
Emitted when a calendar event RSVP is edited.
https://www.guilded.gg/docs/api/websockets/CalendarEventRsvpUpdated
The edited calendar event RSVP.
The ID of the server the calendar event RSVP belongs to.
Emitted when a calendar event is edited.
https://www.guilded.gg/docs/api/websockets/CalendarEventUpdated
The edited calendar event.
The ID of the server the calendar event belongs to.
Emitted when a message reaction is created.
https://www.guilded.gg/docs/api/websockets/ChannelMessageReactionCreated
The created reaction.
Optional
serverThe ID of the server the message belongs to.
Emitted when a message reaction is deleted.
https://www.guilded.gg/docs/api/websockets/ChannelMessageReactionDeleted
The deleted reaction.
Optional
serverThe ID of the server the message belongs to.
The message that was created.
The ID of the server the message belongs to.
The message that was deleted.
The ID of the server the message belongs to.
The message that was edited.
The ID of the server the message belongs to.
The created doc.
The ID of the server the doc belongs to.
The deleted doc.
The ID of the server the doc belongs to.
The edited doc.
The ID of the server the doc belongs to.
Emitted when a forum topic is created.
https://www.guilded.gg/docs/api/websockets/ForumTopicCreated
The created forum topic.
The ID of the server the forum topic belongs to.
Emitted when a forum topic is deleted.
https://www.guilded.gg/docs/api/websockets/ForumTopicDeleted
The deleted forum topic.
The ID of the server the forum topic belongs to.
Emitted when a forum topic is locked.
The locked forum topic.
The ID of the server the forum topic belongs to.
Emitted when a forum topic is pinned.
The pinned forum topic.
The ID of the server the forum topic belongs to.
Emitted when a forum topic is unlocked.
https://www.guilded.gg/docs/api/websockets/ForumTopicUnlocked
The unlocked forum topic.
The ID of the server the forum topic belongs to.
Emitted when a forum topic is unpinned.
https://www.guilded.gg/docs/api/websockets/ForumTopicUnpinned
The unpinned forum topic.
The ID of the server the forum topic belongs to.
Emitted when a forum topic is edited.
https://www.guilded.gg/docs/api/websockets/ForumTopicUpdated
The edited forum topic.
The ID of the server the forum topic belongs to.
Emitted when a list item is completed.
https://www.guilded.gg/docs/api/websockets/ListItemCompleted
The completed list item.
The ID of the server the list item belongs to.
The created list item.
The ID of the server the list item belongs to.
The deleted list item.
The ID of the server the list item belongs to.
Emitted when a list item is uncompleted.
https://www.guilded.gg/docs/api/websockets/ListItemUncompleted
The uncompleted list item.
The ID of the server thw list item belongs to.
The edited list item.
The ID of the server the list item belongs to.
Emitted when a channel is created.
https://www.guilded.gg/docs/api/websockets/ServerChannelCreated
The created channel.
The ID of the server the channel belongs to.
Emitted when a channel is deleted.
https://www.guilded.gg/docs/api/websockets/ServerChannelDeleted
The deleted channel.
The ID of the server the channel belongs to.
Emitted when a channel is edited.
https://www.guilded.gg/docs/api/websockets/ServerChannelUpdated
The edited channel.
The ID of the server the channel belongs to.
Emitted when a member is banned from a server.
https://www.guilded.gg/docs/api/websockets/ServerMemberBanned
The ID of the server the ban belongs to.
The created server ban.
Emitted whan a member joins a server.
https://www.guilded.gg/docs/api/websockets/ServerMemberJoined
The member that joined the server.
The ID of the server the member belongs to.
Emitted when a member leaves a server.
https://www.guilded.gg/docs/api/websockets/ServerMemberRemoved
Optional
isWhether the member was banned from the server.
Optional
isWhether the member was kicked from the server.
The ID of the server the member belongs to.
The ID of the member that left the server.
Emitted when a member is unbanned from a server.
https://www.guilded.gg/docs/api/websockets/ServerMemberUnbanned
The ID of the server the ban belongs to.
The deleted server ban.
Emitted when a server member is edited.
https://www.guilded.gg/docs/api/websockets/ServerMemberUpdated
The ID of the server the member belongs to.
The updated information about the server member.
The ID of the member that was edited.
Optional
nickname?: stringThe nickname of the member.
Emitted when roles in a server are edited.
https://www.guilded.gg/docs/api/websockets/ServerRolesUpdated
The updated roles.
The ID of the server the roles belong to.
Emitted when a webhook is created.
https://www.guilded.gg/docs/api/websockets/ServerWebhookCreated
The ID of the server the webhook belongs to.
The created webhook.
Emitted when a webhook is edited.
https://www.guilded.gg/docs/api/websockets/ServerWebhookUpdated
The ID of the server the webhook belongs to.
The edited webhook.
The Guilded WebSocket API events.
See
https://www.guilded.gg/docs/api/websockets