/messages
Retrieves information of a given message OR maps messages of a channel
Endpoint Headers:
bot-token - Token of the Bot [String] (Required)
chan-id - ID of the channel to be fetched [Snowflake] (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:
Possible Responses (Codes)
Last updated