Skip to content

v2.chat.channels.list

cyperdark edited this page May 23, 2023 · 3 revisions

Return list of channels

Authentication

const { auth } = require('osu-api-extended');
await auth.login_lazer(username, password);

Function

await v2.chat.channels.list()

Response

export interface response {
  channel_id: number;
  description: string;
  icon: string;
  moderated: boolean;
  name: string;
  type: string;
  uuid: string;
}

[v3.x.x] Documentation


[v2.x.x] Documentation

Clone this wiki locally