Skip to main content

@slack/web-api / ChatGetPermalinkResponse

Type Alias: ChatGetPermalinkResponse

type ChatGetPermalinkResponse = WebAPICallResult & object;

Defined in: packages/web-api/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;

warning?​

optional warning?: string;