Type Alias: AdminConversationsSearchResponse
type AdminConversationsSearchResponse: WebAPICallResult & object;
Type declaration
conversations?
optional conversations: Conversation[];
error?
optional error: string;
needed?
optional needed: string;
next_cursor?
optional next_cursor: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
response_metadata?
optional response_metadata: ResponseMetadata;
total_count?
optional total_count: number;
Defined in
packages/web-api/src/types/response/AdminConversationsSearchResponse.ts:11