Skip to content

Document new pin endpoints #7585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Document new pin endpoints #7585

wants to merge 3 commits into from

Conversation

RedDaedalus
Copy link
Member

No description provided.

@RedDaedalus RedDaedalus requested a review from a team as a code owner May 31, 2025 04:13
@RedDaedalus RedDaedalus requested review from anthonydiscord and removed request for a team May 31, 2025 04:13
<Route method="GET">/channels/[\{channel.id\}](/docs/resources/channel#channel-object)/pins</Route>

Gets the first 50 pinned messages in a channel, returning an array of [message](/docs/resources/message#message-object) objects on success.
This endpoint is deprecated. Use the one above instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "above" might be confusing since it's a bit far away. This is a website, so we can use hrefs to refer to another section.

Suggested change
This endpoint is deprecated. Use the one above instead.
This endpoint is deprecated. Use [Get Channel Pins](/docs/resources/message#get-channel-pins) instead.

I'd do the same for each deprecated endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants