discord.js-selfbot-v13 icon indicating copy to clipboard operation
discord.js-selfbot-v13 copied to clipboard

Forum Post-data

Open aiko-chan-ai opened this issue 2 years ago • 0 comments

Which package is the feature request for?

The core library

Feature

POST: https://discord.com/api/v9/channels/:id-channel/post-data Body:

{
    "thread_ids": [
        ":id-thread"
    ]
}

Response:

{
    "threads": {
        ":id-thread": {
            "first_message": {}, // Message Object
            "owner": {} // Member object
        }
    }
}

Ideal solution or implementation

todo

Alternative solutions or implementations

No response

Other context

No response

aiko-chan-ai avatar Jan 18 '23 02:01 aiko-chan-ai