@slack/web-api / ReactionsGetResponse
Type Alias: ReactionsGetResponse
type ReactionsGetResponse = WebAPICallResult & object;
Defined in: packages/web-api/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;
warning?
optional warning?: string;