Module

x/grammy/types.web.ts>MessageId

The Telegram Bot Framework.
Very Popular
Latest
interface MessageId
import { type MessageId } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.web.ts";

This object represents a unique message identifier.

Properties

message_id: number

Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent

import MessageId
import { MessageId } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.web.ts";