discord / discord-api-docs

Official Discord API Documentation
https://discord.com/developers/docs/intro
Other
5.99k stars 1.26k forks source link

Add message flag for forwarded messages #7253

Open Qreepex opened 3 weeks ago

Qreepex commented 3 weeks ago

The documentation is missing the flag 1 << 14 for forwarded messages / messages having a snapshot.

Cynosphere commented 3 weeks ago

The name in the client is HAS_SNAPSHOT

Qreepex commented 3 weeks ago

The name in the client is HAS_SNAPSHOT

Aight, changed it, thanks!