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>contacts_resetTopPeerRating_

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

Reset rating of top peer

Constructors

new
contacts_resetTopPeerRating_(params: { category: enums.TopPeerCategory; peer: enums.InputPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
category: enums.TopPeerCategory

Top peer category

peer: enums.InputPeer

Peer whose rating should be reset

Static Properties

__F: (params: { category: enums.TopPeerCategory; peer: enums.InputPeer; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc