Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from leocassarani/patch-1
Browse files Browse the repository at this point in the history
Clarify that "is_channel" is a boolean property
  • Loading branch information
episod authored May 11, 2017
2 parents 8acc4c3 + 23bb7ee commit ba81cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A channel object contains information about a team channel.
{
"id": "C024BE91L",
"name": "fun",
"is_channel": "true",
"is_channel": true,
"created": 1360782804,
"creator": "U024BE7LH",
"is_archived": false,
Expand Down

0 comments on commit ba81cad

Please sign in to comment.