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_getNotifyExceptions_

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

Returns list of chats with non-default notification settings

Constructors

new
account_getNotifyExceptions_(params?: { compare_sound?: true; compare_stories?: true; peer?: enums.InputNotifyPeer; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
compare_sound: true

If set, chats with non-default sound will be returned

optional
compare_stories: true

If set, chats with non-default notification settings for stories will be returned

optional
peer: enums.InputNotifyPeer

If specified, only chats of the specified category will be returned

Static Properties

__F: (params?: { compare_sound?: true; compare_stories?: true; peer?: enums.InputNotifyPeer; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc