@slack/web-api / AdminConversationsLookupResponse
Type Alias: AdminConversationsLookupResponse
type AdminConversationsLookupResponse = WebAPICallResult & object;
Defined in: src/types/response/AdminConversationsLookupResponse.ts:11
Type declaration
channel_ids?
optional channel_ids: string[];
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
response_metadata?
optional response_metadata: ResponseMetadata;