Skip to content

v2.chat.channels.messages.markAsReaded

cyperdark edited this page May 23, 2023 · 1 revision

This endpoint marks the channel as having being read up to the given message_id

Authentication

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

Function

await v2.chat.channels.messages.markAsReaded(channel_id, message_id)

Parameters

Parameter Type Description
channel_id number The channel_id of the channel to mark as read
message_id number The message_id of the message to mark as read up to

Response

export interface response {
}

[v3.x.x] Documentation


[v2.x.x] Documentation

Clone this wiki locally