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

x/mtkruto/5_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.0.998/5_client.ts";

Retrieve a single message.

Parameters

chatId: ChatID

The identifier of the chat to retrieve the message from.

messageId: number

The identifier of the message to retrieve.

Returns

Promise<Omit<Message, "replyToMessage"> | null>