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

Latest commit

 

History

History
45 lines (29 loc) · 727 Bytes

File metadata and controls

45 lines (29 loc) · 727 Bytes

This method returns information about a private channel.

Arguments

{ARGS}

Response

Returns a group object:

{
    "ok": true,
    "group": {
        "id": "G024BE91L",
        "name": "secretplans",
        "is_group": "true",
        "created": 1360782804,
        "creator": "U024BE7LH",
        "is_archived": false,
        "members": [
            "U024BE7LH"
        ],

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

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

    },
}

Errors

{ERRORS}

Warnings

{WARNINGS}