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

x/mtkruto/client/0_params.ts>SendAnimationParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface SendAnimationParams
import { type SendAnimationParams } from "https://deno.land/x/mtkruto@0.1.147/client/0_params.ts";

Properties

optional
duration: number

The duration of the animation in seconds.

optional
width: number

The width of the animation file.

optional
height: number

The height of the animation file.