TmConversationInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a conversation |
type_ | TmConversationInfoType | ❌ | Type of conversation |
creation_time | str | ❌ | Conversation creation datetime in ISO 8601 format |
last_modified_time | str | ❌ | Conversation last change datetime in ISO 8601 format |
members | List[TmChatMemberInfo] | ❌ |
TmConversationInfoType
Type of conversation
Properties
Name | Type | Required | Description |
---|---|---|---|
DIRECT | str | ✅ | "Direct" |
PERSONAL | str | ✅ | "Personal" |
GROUP | str | ✅ | "Group" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs