Skip to main content

@slack/web-api / ConversationsHistoryResponse

Type Alias: ConversationsHistoryResponse

type ConversationsHistoryResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/ConversationsHistoryResponse.ts:11

Type Declaration

channel_actions_count?

optional channel_actions_count?: number;

channel_actions_ts?

optional channel_actions_ts?: number;

error?

optional error?: string;

has_more?

optional has_more?: boolean;

latest?

optional latest?: string;

messages?

optional messages?: MessageElement[];

needed?

optional needed?: string;

ok?

optional ok?: boolean;

oldest?

optional oldest?: string;

pin_count?

optional pin_count?: number;

provided?

optional provided?: string;

response_metadata?

optional response_metadata?: ResponseMetadata;

warning?

optional warning?: string;