You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/Channel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Represents a guild or DM channel within Discord.
13
13
| guild_id? | snowflake | the id of the guild (may be missing for some channel objects received over gateway guild dispatches) |
14
14
| position? | integer | sorting position of the channel |
15
15
| permission_overwrites? | array of [overwrite](#DOCS_RESOURCES_CHANNEL/overwrite-object) objects | explicit permission overwrites for members and roles |
16
-
| name? | string| the name of the channel (1-100 characters) |
16
+
| name? |?string | the name of the channel (1-100 characters) |
0 commit comments