Skip to main content

@slack/web-api / ConversationsSetTopicResponse

Type Alias: ConversationsSetTopicResponse

type ConversationsSetTopicResponse = WebAPICallResult & object;

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

Type declaration

channel?

optional channel: Channel;

error?

optional error: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

provided?

optional provided: string;