Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events list #208

Open
34 of 77 tasks
PandaGuerrier opened this issue Oct 20, 2024 · 0 comments
Open
34 of 77 tasks

Events list #208

PandaGuerrier opened this issue Oct 20, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@PandaGuerrier
Copy link
Member

PandaGuerrier commented Oct 20, 2024

Events List

  • Ready: Contains the initial state information
  • Hello: Defines the heartbeat interval
  • Resumed: Response to Resume
  • Reconnect: Server is going away, client should reconnect to gateway and resume
  • Invalid Session: Failure response to Identify or Resume or invalid active session
  • Application Command Permissions Update: Application command permission was updated
  • Auto Moderation Rule Create: Auto Moderation rule was created
  • Auto Moderation Rule Update: Auto Moderation rule was updated
  • Auto Moderation Rule Delete: Auto Moderation rule was deleted
  • Auto Moderation Action Execution: Auto Moderation rule was triggered and an action was executed (e.g. a message was blocked)
  • Channel Create: New guild channel created
  • Channel Update: Channel was updated
  • Channel Delete: Channel was deleted
  • Channel Pins Update: Message was pinned or unpinned
  • Thread Create: Thread created, also sent when being added to a private thread
  • Thread Update: Thread was updated
  • Thread Delete: Thread was deleted
  • Thread List Sync: Sent when gaining access to a channel, contains all active threads in that channel
  • Thread Member Update: Thread member for the current user was updated
  • Thread Members Update: Some user(s) were added to or removed from a thread
  • Entitlement Create: Entitlement was created
  • Entitlement Update: Entitlement was updated or renewed
  • Entitlement Delete: Entitlement was deleted
  • Guild Create: Lazy-load for unavailable guild, guild became available, or user joined a new guild
  • Guild Update: Guild was updated
  • Guild Delete: Guild became unavailable, or user left/was removed from a guild
  • Guild Audit Log Entry Create: A guild audit log entry was created
  • Guild Ban Add: User was banned from a guild
  • Guild Ban Remove: User was unbanned from a guild
  • Guild Emojis Update: Guild emojis were updated
  • Guild Stickers Update: Guild stickers were updated
  • Guild Member Add: New user joined a guild
  • Guild Member Remove: User was removed from a guild
  • Guild Member Update: Guild member was updated
  • Guild Members Chunk: Response to Request Guild Members
  • Guild Role Create: Guild role was created
  • Guild Role Update: Guild role was updated
  • Guild Role Delete: Guild role was deleted
  • Guild Scheduled Event Create: Guild scheduled event was created
  • Guild Scheduled Event Update: Guild scheduled event was updated
  • Guild Scheduled Event Delete: Guild scheduled event was deleted
  • Guild Scheduled Event User Add: User subscribed to a guild scheduled event
  • Guild Scheduled Event User Remove: User unsubscribed from a guild scheduled event
  • Guild Soundboard Sound Create: Guild soundboard sound was created
  • Guild Soundboard Sound Update: Guild soundboard sound was updated
  • Guild Soundboard Sound Delete: Guild soundboard sound was deleted
  • Guild Soundboard Sounds Update: Guild soundboard sounds were updated
  • Soundboard Sounds: Response to Request Soundboard Sounds
  • Integration Create: Guild integration was created
  • Integration Update: Guild integration was updated
  • Integration Delete: Guild integration was deleted
  • Interaction Create: User used an interaction, such as an Application Command
  • Invite Create: Invite to a channel was created
  • Invite Delete: Invite to a channel was deleted
  • Message Create: Message was created
  • Message Update: Message was edited
  • Message Delete: Message was deleted
  • Message Delete Bulk: Multiple messages were deleted at once
  • Message Reaction Add: User reacted to a message
  • Message Reaction Remove: User removed a reaction from a message
  • Message Reaction Remove All: All reactions were explicitly removed from a message
  • Message Reaction Remove Emoji: All reactions for a given emoji were explicitly removed from a message
  • Presence Update: User was updated
  • Stage Instance Create: Stage instance was created
  • Stage Instance Update: Stage instance was updated
  • Stage Instance Delete: Stage instance was deleted or closed
  • Subscription Create: Premium App Subscription was created
  • Subscription Update: Premium App Subscription was updated
  • Subscription Delete: Premium App Subscription was deleted
  • Typing Start: User started typing in a channel
  • User Update: Properties about the user changed
  • Voice Channel Effect Send: Someone sent an effect in a voice channel the current user is connected to
  • Voice State Update: Someone joined, left, or moved a voice channel
  • Voice Server Update: Guild's voice server was updated
  • Webhooks Update: Guild channel webhook was created, updated, or deleted
  • Message Poll Vote Add: User voted on a poll
  • Message Poll Vote Remove: User removed a vote on a poll
@PandaGuerrier PandaGuerrier converted this from a draft issue Oct 20, 2024
@PandaGuerrier PandaGuerrier added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Work In Progress
Development

No branches or pull requests

2 participants