discord/discord-api-docs

documentation for lazy guilds gateway changes

Closed this issue · 2 comments

jhgg commented

e.g. message_create, typing_start from a guild will now contain a guild id, as well as a channel id.

Some events already provide a guild id via id, like GUILD_CREATE and GUILD_DELETE. Those will continue to just use id and not guild_Id

  • fully roll out this
  • update docs

I am currently receiving GUILD_UPDATE with both id and guild_id. Is this intended?

I'm still getting both guild_id and id on GUILD_UPDATE... Is this migration still ongoing 🤔