Skip to content

Missing "Get User Message In A Guild" API Call #3444

@zordythezordan

Description

@zordythezordan

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

No one assigned

    Labels

    discord featureRelated to Discord's functionality.feature-requestA new requested functionality.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions