Skip to content

Commit

Permalink
the channel topic is nullable (discord#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
vim2meta authored and msciotti committed Mar 15, 2018
1 parent fd70c62 commit 2452c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Represents a guild or DM channel within Discord.
| position? | integer | sorting position of the channel |
| permission\_overwrites? | array of [overwrite](#DOCS_RESOURCES_CHANNEL/overwrite-object) objects | explicit permission overwrites for members and roles |
| name? | string | the name of the channel (2-100 characters) |
| topic? | string | the channel topic (0-1024 characters) |
| topic? | ?string | the channel topic (0-1024 characters) |
| nsfw? | bool | if the channel is nsfw
| last\_message\_id? | ?snowflake | the id of the last message sent in this channel (may not point to an existing or valid message) |
| bitrate? | integer | the bitrate (in bits) of the voice channel |
Expand Down

0 comments on commit 2452c9e

Please sign in to comment.