Type Alias: ChannelsHistoryResponse
type ChannelsHistoryResponse: WebAPICallResult & object;
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: Message[];
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
response_metadata?
optional response_metadata: ResponseMetadata;
warning?
optional warning: string;
Defined in
packages/web-api/src/types/response/ChannelsHistoryResponse.ts:11