Provide member details in message endpoints #3258
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The REST endpoints to retrieve messages will only provide user information for guilds. This means it requires an additional request only to get the member information such as roles and the nickname. Stateless bots would greatly benefit from the member being included for both the author as well as the mentions. Potentially, this could be done using a query parameter such as
include_members=true
or similar.Beta Was this translation helpful? Give feedback.
All reactions