Skip to main content
Module

x/grm/mod.ts>client.SendFileInterface

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

Properties

file: Api.TypeFileLike | Api.TypeFileLike[]
optional
caption: string | string[]
optional
forceDocument: boolean
optional
fileSize: number
optional
clearDraft: boolean
optional
progressCallback: OnProgress
optional
replyTo: Api.TypeMessageIDLike
optional
attributes: Api.TypeDocumentAttribute[]
optional
thumb: Api.TypeFileLike
optional
voiceNote: boolean
optional
videoNote: boolean
optional
supportsStreaming: boolean
optional
parseMode: any
optional
formattingEntities: Api.TypeMessageEntity[]
optional
silent: boolean
optional
scheduleDate: number
optional
buttons: Api.TypeMarkupLike
optional
workers: number
optional
noforwards: boolean
optional
commentTo: number | Api.Message