Skip to main content

@slack/web-api / AdminConversationsGetConversationPrefsResponse

Type Alias: AdminConversationsGetConversationPrefsResponse

type AdminConversationsGetConversationPrefsResponse = WebAPICallResult & object;

Defined in: src/types/response/AdminConversationsGetConversationPrefsResponse.ts:11

Type declaration

error?

optional error: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

prefs?

optional prefs: Prefs;

provided?

optional provided: string;