@slack/web-api / AdminUsergroupsListChannelsResponse
Type Alias: AdminUsergroupsListChannelsResponse
type AdminUsergroupsListChannelsResponse = WebAPICallResult & object;
Defined in: src/types/response/AdminUsergroupsListChannelsResponse.ts:11
Type declaration
channels?
optional channels: Channel[];
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;