UNPKG

osu-api-extended

Version:

Advanced osu! api wrapper cover all V2 and V1 endpoints, and provide useful tools

4 lines (3 loc) 251 B
import { IDefaultParams, IError } from "../../types"; import { chatChannelsListResponse } from "../../types/v2/chat_channels_list"; export declare const chat_channels_list: (addons?: IDefaultParams) => Promise<chatChannelsListResponse[] & IError>;