TmNoteWithBodyInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a note |
title | str | ❌ | Title of a note |
chat_ids | List[str] | ❌ | Internal identifiers of the chat(s) where the note is posted or shared. |
preview | str | ❌ | Preview of a note (first 150 characters of a body) |
creator | TmCreatorInfo | ❌ | Note creator information |
last_modified_by | LastModifiedByInfo | ❌ | Note last modification information |
locked_by | LockedByInfo | ❌ | Returned for the note being edited (locked) at the current moment. Information on the user editing the note |
status | TmNoteWithBodyInfoStatus | ❌ | Note publishing status. Any note is created in 'Draft' status. After it is posted it becomes 'Active' |
creation_time | str | ❌ | Creation time |
last_modified_time | str | ❌ | Datetime of the note last update |
type_ | TmNoteWithBodyInfoType | ❌ | |
body | str | ❌ | Text of a note |
TmNoteWithBodyInfoStatus
Note publishing status. Any note is created in 'Draft' status. After it is posted it becomes 'Active'
Properties
Name | Type | Required | Description |
---|---|---|---|
ACTIVE | str | ✅ | "Active" |
DRAFT | str | ✅ | "Draft" |
TmNoteWithBodyInfoType
Properties
Name | Type | Required | Description |
---|---|---|---|
NOTE | str | ✅ | "Note" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs