Skip to main content

@slack/web-api / ChatGetPermalinkResponse

Type Alias: ChatGetPermalinkResponse

type ChatGetPermalinkResponse = WebAPICallResult & object;

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

Type declaration

channel?

optional channel: string;

error?

optional error: string;

needed?

optional needed: string;

ok?

optional ok: boolean;
optional permalink: string;

provided?

optional provided: string;