View on GitHub

js-ts-monorepos

Home > @shlack/data > getChannelById

getChannelById() function

Signature:

export declare function getChannelById(id: string): Promise<IChannel>;

Parameters

Parameter Type Description
id string  

Returns:

Promise<IChannel>