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

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

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

Properties

optional
message: MessageLike
optional
replyTo: number | Api.Message
optional
attributes: Api.TypeDocumentAttribute[]
optional
parseMode: any
optional
formattingEntities: Api.TypeMessageEntity[]
optional
linkPreview: boolean
optional
file: FileLike | FileLike[]
optional
thumb: FileLike
optional
forceDocument: false
optional
clearDraft: false
optional
buttons: MarkupLike
optional
silent: boolean
optional
supportStreaming: boolean
optional
schedule: DateLike
optional
noforwards: boolean
optional
commentTo: number | Api.Message