import { functions } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { StoriesSendStory } = functions;
Constructors
new
StoriesSendStory(params: { pinned?: true; noforwards?: true; peer: types.TypeInputPeer; media: types.TypeInputMedia; mediaAreas?: Array<types.TypeMediaArea>; caption?: string; entities?: Array<types.TypeMessageEntity>; privacyRules: Array<types.TypeInputPrivacyRule>; randomId: bigint; period?: number; })