TmTeamInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a team |
type_ | TmTeamInfoType | ❌ | Type of chat |
public | bool | ❌ | Team access level |
name | str | ❌ | Team name |
description | str | ❌ | Team description |
status | TmTeamInfoStatus | ❌ | Team status |
creation_time | str | ❌ | Team creation datetime in ISO 8601 format |
last_modified_time | str | ❌ | Team last change datetime in ISO 8601 format |
TmTeamInfoType
Type of chat
Properties
Name | Type | Required | Description |
---|---|---|---|
TEAM | str | ✅ | "Team" |
TmTeamInfoStatus
Team status
Properties
Name | Type | Required | Description |
---|---|---|---|
ACTIVE | str | ✅ | "Active" |
ARCHIVED | str | ✅ | "Archived" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs