SearchArgs
type SearchArgs = {
authorIds?: number[];
channelIds?: number[];
cursor?: string;
dateFrom?: string;
dateTo?: string;
limit?: number;
mentionSelf?: boolean;
query: string;
workspaceId: number;
};
Properties
authorIds?
optional authorIds: number[];
channelIds?
optional channelIds: number[];
cursor?
optional cursor: string;
dateFrom?
optional dateFrom: string;
dateTo?
optional dateTo: string;
limit?
optional limit: number;
mentionSelf?
optional mentionSelf: boolean;
query
query: string;
workspaceId
workspaceId: number;