Skip to main content
Module

x/mtkruto/mod.ts>Client#getMessage

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.getMessage
import { Client } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Retrieve a single message.

Examples

Example 1

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

Parameters

chatId: ID

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.