Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

MTProto API Client for Deno 🦕
Go to Latest
interface client.EditMessageParams
Re-export
import { type client } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { EditMessageParams } = client;

Properties

message: Api.Message | number
optional
text: string
optional
parseMode: any
optional
formattingEntities: Api.TypeMessageEntity[]
optional
linkPreview: boolean
optional
file: FileLike
optional
forceDocument: false
optional
buttons: MarkupLike
optional
schedule: DateLike