From 23bb7ee05e000d67c49da7f7e107b26cb3fe2d7c Mon Sep 17 00:00:00 2001 From: Leo Cassarani Date: Wed, 5 Aug 2015 22:31:03 +0100 Subject: [PATCH] Clarify that "is_channel" is a boolean property Previously, it was represented as a string in the Channel type documentation. --- types/channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/channel.md b/types/channel.md index 2d8fd9f..5e18489 100644 --- a/types/channel.md +++ b/types/channel.md @@ -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,