-
Notifications
You must be signed in to change notification settings - Fork 636
Open
Labels
discord featureRelated to Discord's functionality.Related to Discord's functionality.feature-requestA new requested functionality.A new requested functionality.
Description
I wanted to get all user messages in a guild, so if they sent enough messages they'll pass the verification system I'm currently working on.
So, I found out that there is an api call that discord client makes, but its not documented anywhere. When I went and asked about it on discord developer server, they said that its available to anyone, just not documented
If I'll have some time, I can implement it and make a pull request, but for now it will be just an issue
URL of this call: /api/v10/guilds//messages/search
What data you need to send:
- author_id: Option
- mentions: Option
- sort_by: i64 (unix timestamp)
- sort_order: String (idk what this means, but in default request it says "desc")
- ... i'm too lazy to analyze everything right now
Metadata
Metadata
Assignees
Labels
discord featureRelated to Discord's functionality.Related to Discord's functionality.feature-requestA new requested functionality.A new requested functionality.