Skip to main content

RawComment

Represents a raw comment response from the API.

See

https://todoist.com/api/v1/docs#tag/Comments

Extends

  • TypeOf<typeof RawCommentSchema>

Properties

PropertyType
contentstring
fileAttachment| null | { fileDuration: null | number; fileName: null | string; fileSize: null | number; fileType: null | string; fileUrl: null | string; image: null | string; imageHeight: null | number; imageWidth: null | number; resourceType: string; title: null | string; uploadState: null | "pending" | "completed"; url: null | string; }
idstring
isDeletedboolean
itemId?string
postedAtstring
postedUidstring
projectId?string
reactionsnull | Record<string, string[]>
uidsToNotifynull | string[]