Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSendMedia

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesSendMedia
import { functions } from "https://deno.land/x/mtkruto@0.1.112/mod.ts";
const { MessagesSendMedia } = functions;

Constructors

new
MessagesSendMedia(params: { silent?: true; background?: true; clearDraft?: true; noforwards?: true; updateStickersetsOrder?: true; invertMedia?: true; peer: types.TypeInputPeer; replyTo?: types.TypeInputReplyTo; media: types.TypeInputMedia; message: string; randomId: bigint; replyMarkup?: types.TypeReplyMarkup; entities?: Array<types.TypeMessageEntity>; scheduleDate?: number; sendAs?: types.TypeInputPeer; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
background: true
optional
clearDraft: true
optional
entities: Array<types.TypeMessageEntity>
optional
invertMedia: true
message: string
optional
noforwards: true
randomId: bigint
optional
replyMarkup: types.TypeReplyMarkup
optional
replyTo: types.TypeInputReplyTo
optional
scheduleDate: number
optional
sendAs: types.TypeInputPeer
optional
silent: true
optional
updateStickersetsOrder: true

Static Properties

readonly
[paramDesc]: ParamDesc