Skip to main content

GetConversationsArgs

type GetConversationsArgs = {
archived?: boolean | null;
beforeId?: string | null;
limit?: number | null;
olderThan?: Date | null;
workspaceId: number;
};

Type Declaration

NameType
archived?boolean | null
beforeId?string | null
limit?number | null
olderThan?Date | null
workspaceIdnumber