Skip to content

Commit

Permalink
document attachment dimensions being optional (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartArys committed Apr 6, 2021
1 parent f658a22 commit b7278cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ Embed types are "loosely defined" and, for the most part, are not used by our cl
| size | integer | size of file in bytes |
| url | string | source url of file |
| proxy_url | string | a proxied url of file |
| height | ?integer | height of file (if image) |
| width | ?integer | width of file (if image) |
| height? | ?integer | height of file (if image) |
| width? | ?integer | width of file (if image) |

### Channel Mention Object

Expand Down

0 comments on commit b7278cb

Please sign in to comment.