import { functions } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { MessagesSendMedia } = functions;
Constructors
new
MessagesSendMedia(params: { silent?: true; background?: true; clearDraft?: true; noforwards?: true; updateStickersetsOrder?: 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
[params]: Paramsoptional
entities: Array<types.TypeMessageEntity>media: types.TypeInputMedia
peer: types.TypeInputPeer
optional
replyMarkup: types.TypeReplyMarkupoptional
replyTo: types.TypeInputReplyTooptional
sendAs: types.TypeInputPeerStatic Properties
readonly
[paramDesc]: ParamDesc