Skip to main content

CreateCommentArgs

type CreateCommentArgs = {
actions?: unknown;
attachments?: | {
[key: string]: unknown;
attachmentId: string;
description?: string | null;
duration?: string | null;
fileName?: string | null;
fileSize?: number | null;
image?: string | null;
imageHeight?: number | null;
imageWidth?: number | null;
title?: string | null;
underlyingType?: string | null;
uploadState?: string | null;
url?: string | null;
urlType: string;
video?: string | null;
videoAutoPlay?: boolean | null;
videoType?: string | null;
}[]
| null;
content: string;
directMentions?: number[] | null;
groups?: number[] | null;
notifyAudience?: "channel" | "thread" | null;
recipients?: number[] | null;
tempId?: number | null;
threadId: number;
};

Type Declaration

NameType
actions?unknown
attachments?| { [key: string]: unknown; attachmentId: string; description?: string | null; duration?: string | null; fileName?: string | null; fileSize?: number | null; image?: string | null; imageHeight?: number | null; imageWidth?: number | null; title?: string | null; underlyingType?: string | null; uploadState?: string | null; url?: string | null; urlType: string; video?: string | null; videoAutoPlay?: boolean | null; videoType?: string | null; }[] | null
contentstring
directMentions?number[] | null
groups?number[] | null
notifyAudience?"channel" | "thread" | null
recipients?number[] | null
tempId?number | null
threadIdnumber