Skip to content
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

Add Channel::default_forum_layout #2010

Closed
7596ff opened this issue Dec 28, 2022 · 0 comments · Fixed by #2016
Closed

Add Channel::default_forum_layout #2010

7596ff opened this issue Dec 28, 2022 · 0 comments · Fixed by #2016
Assignees
Labels
c-model Affects the model crate d-api Change related to Discord's API. t-feature Addition of a new feature

Comments

@7596ff
Copy link
Contributor

7596ff commented Dec 28, 2022

Docs PR: discord/discord-api-docs#5745

@7596ff 7596ff added t-feature Addition of a new feature c-model Affects the model crate d-api Change related to Discord's API. labels Dec 28, 2022
@zeylahellyer zeylahellyer self-assigned this Dec 29, 2022
zeylahellyer added a commit that referenced this issue Dec 29, 2022
Add support for forum channel layouts. This is a new enum with three
representations: "Not Set" (0); "List View" (1); and "Gallery View" (2).
The field is present on channels of the forum type as the
`default_forum_layout` field, which is optional. It can be updated via
`UpdateChannel::default_forum_layout` in the HTTP crate.

Closes #2010.
zeylahellyer added a commit that referenced this issue Jan 4, 2023
Add support for forum channel layouts. This is a new enum with three
representations: "Not Set" (0); "List View" (1); and "Gallery View" (2).
The field is present on channels of the forum type as the
`default_forum_layout` field, which is optional. It can be updated via
`UpdateChannel::default_forum_layout` in the HTTP crate.

Closes #2010.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-model Affects the model crate d-api Change related to Discord's API. t-feature Addition of a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants