Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grm/src/mod.ts>client.markAsRead

MTProto API Client for Deno 🦕
Go to Latest
function client.markAsRead
import { client } from "https://deno.land/x/grm@v0.3.1/src/mod.ts";
const { markAsRead } = client;

Parameters

optional
message: Api.TypeMessageIDLike | Api.TypeMessageIDLike[]
optional
markAsReadParams: MarkAsReadParams

Returns

Promise<boolean>