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

Latest commit

 

History

History
46 lines (28 loc) · 570 Bytes

channels.info.md

File metadata and controls

46 lines (28 loc) · 570 Bytes

This method returns information about a team channel.

Arguments

{ARGS}

Response

Returns a channel object:

{
	"ok": true,
	"channel": {
		"id": "C024BE91L",
		"name": "fun",

		"created": 1360782804,
		"creator": "U024BE7LH",

		"is_archived": false,
		"is_general": false,
		"is_member": true,

		"members": [ … ],

		"topic": { … },
		"purpose": { … },

		"last_read": "1401383885.000061",
		"latest": { … },
		"unread_count": 0,
		"unread_count_display": 0
	}
}

Errors

{ERRORS}

Warnings

{WARNINGS}