Skip to main content

ReopenThreadArgs

type ReopenThreadArgs = {
actions?: unknown | null;
attachments?: unknown | null;
content: string;
id: number;
recipients?: number[] | null;
tempId?: number | null;
};

Properties

actions?

optional actions: unknown | null;

attachments?

optional attachments: unknown | null;

content

content: string;

id

id: number;

recipients?

optional recipients: number[] | null;

tempId?

optional tempId: number | null;