Skip to main content

@slack/web-api / AdminConversationsSearchResponse

Type Alias: AdminConversationsSearchResponse

type AdminConversationsSearchResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/AdminConversationsSearchResponse.ts:11

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;

warning?​

optional warning?: string;