/messages
Retrieves information of a given message OR maps messages of a channel
This endpoint is only on the Beta Version of the API and may be unstable.
Please report any & all bugs to the Support Server
Endpoint Headers:
bot-token - Token of the Bot [String] (Required)
chan-id - ID of the channel to be fetched [Snowflale] (Required)
msg-id - ID of the message to be fetched [Snowflake] (Optional)
apikey - Your Api Auth Key [String] (Required)
limit - Number of messages to fetch if no msg-id is provided [Integer 1-100] (Optional)
If no msg-id
was specified, it will grab all data and retrieve an Array, otherwise it will grab the one specified and retrieve an Object.
This will affect how to grab your data!
Examples:
Data API version required. Must replace <version>
with either release or beta.
Possible Responses (Codes)
Last updated