slackhq / slack-api-docs

API Docs for Slack.com
https://api.slack.com/
426 stars 85 forks source link

channels.list method does not return full channel objects #29

Closed canol closed 9 years ago

canol commented 9 years ago

channel.list method is said to be returning channel objects but the json response does not include fields like _lastread, latest, _unreadcount, _unread_countdisplay which is present in channel type page of documentation.

This is also true for groups.list and im.list. They don't return full group and im types.

iamcal commented 9 years ago

those values are only included when connecting to the real-time service, because of synchronization. we should update the docs to explain this.

canol commented 9 years ago

I see, thank you...