Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/4_client.ts>Client#getMessage

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.getMessage
import { Client } from "https://deno.land/x/mtkruto@0.1.139/client/4_client.ts";

Retrieve a single message.

Examples

Example 1

const message = await client.getMessage("@MTKruto", 212);

Parameters

chatId: ChatID

The identifier of the chat to retrieve the message from.

messageId: number

The identifier of the message to retrieve.

Returns

Promise<Message | null>

The retrieved message.