Skip to content

Commit 2e8637f

Browse files
authored
clarify that messages are sorted newest to oldest (#7740)
1 parent 3687595 commit 2e8637f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Any entities whose id is included can be mentioned. Do note the API will silentl
769769
## Get Channel Messages
770770
<Route method="GET">/channels/[\{channel.id\}](/docs/resources/channel#channel-object)/messages</Route>
771771

772-
Retrieves the messages in a channel. Returns an array of [message](/docs/resources/message#message-object) objects on success.
772+
Retrieves the messages in a channel. Returns an array of [message](/docs/resources/message#message-object) objects from newest to oldest on success.
773773

774774
If operating on a guild channel, this endpoint requires the current user to have the `VIEW_CHANNEL` permission. If the channel is a voice channel, they must _also_ have the `CONNECT` permission.
775775

0 commit comments

Comments
 (0)