InviteLogger api
Support server
  • Welcome!
  • Miscellaneous
  • Authentication
  • Reference
    • Endpoints
      • Invites
      • Miscellaneous
    • Resources
      • Fake codes
  • 🪝Webhooks
    • Introduction
    • Content
      • 👥Members
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Webhooks

Content

PreviousIntroductionNextMembers

Last updated 1 year ago

Was this helpful?

Every webhook is formatted like this

{
    botID: string; // 499595256270946326 if main bot, will change if Private bot
    type: string; // name of the webhook event (ie member.join)
    data: any; // see below
    timestamp: number // webhook sent timestamp
}

For data see this page:

🪝
👥Members