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

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

Gets current notification settings for a given user/group, from all users/all groups.

Constructors

new
account_getNotifySettings_(params: { peer: enums.InputNotifyPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputNotifyPeer

Notification source

Static Properties

__F: (params: { peer: enums.InputNotifyPeer; }) => enums.PeerNotifySettings
readonly
[name]: string
readonly
[paramDesc]: ParamDesc