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

x/mtkruto/tl/3_functions.ts>messages_saveGif_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_saveGif_
extends Function_<boolean>
import { messages_saveGif_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Add GIF to saved gifs list

Constructors

new
messages_saveGif_(params: { id: enums.InputDocument; unsave: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: enums.InputDocument

GIF to save

unsave: boolean

Whether to remove GIF from saved gifs list

Static Properties

__F: (params: { id: enums.InputDocument; unsave: boolean; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc