TmChatInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a chat |
type_ | TmChatInfoType | ❌ | Type of chat |
public | bool | ❌ | For 'Team' chat type only. Team access level. |
name | str | ❌ | For 'Team','Everyone' chats types only. Chat name. |
description | str | ❌ | For 'Team','Everyone' chats types only. Chat description. |
status | TmChatInfoStatus | ❌ | For 'Team' chat type only. Team status. |
creation_time | str | ❌ | Chat creation datetime in ISO 8601 format |
last_modified_time | str | ❌ | Chat last change datetime in ISO 8601 format |
members | List[TmChatMemberInfo] | ❌ |
TmChatInfoType
Type of chat
Properties
Name | Type | Required | Description |
---|---|---|---|
EVERYONE | str | ✅ | "Everyone" |
TEAM | str | ✅ | "Team" |
GROUP | str | ✅ | "Group" |
DIRECT | str | ✅ | "Direct" |
PERSONAL | str | ✅ | "Personal" |
TmChatInfoStatus
For 'Team' chat type only. 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