Home > @shlack/data > getChannelById
getChannelById() function
Signature:
export declare function getChannelById(id: string): Promise<IChannel>;
Parameters
Parameter | Type | Description |
---|---|---|
id | string |
Returns:
Promise<IChannel>
Home > @shlack/data > getChannelById
Signature:
export declare function getChannelById(id: string): Promise<IChannel>;
Parameter | Type | Description |
---|---|---|
id | string |
Returns:
Promise<IChannel>