Skip to main content

@slack/web-api / ReactionsGetResponse

Type Alias: ReactionsGetResponse

type ReactionsGetResponse = WebAPICallResult & object;

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

Type declaration

channel?

optional channel: string;

error?

optional error: string;

message?

optional message: Message;

needed?

optional needed: string;

ok?

optional ok: boolean;

provided?

optional provided: string;

type?

optional type: string;