Teams Model
Example Object
{\n \"type\": \"team\",\n \"id\": \"814865\",\n \"name\": \"Example Team\",\n \"admin_ids\": [\n 493881\n ]\n}
Team Object
Attribute | Type | Description |
---|---|---|
type | string | Value is team . |
id | string | The id of the team |
name | string | The name of the team |
admin_ids | list | The list of admin id's that are a part of the team |