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

x/mtkruto/tl/2_types.ts>UpdateNotifySettings_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateNotifySettings_
extends _Update_
import { UpdateNotifySettings_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Changes in notification settings.

Constructors

new
UpdateNotifySettings_(params: { peer: enums.NotifyPeer; notify_settings: enums.PeerNotifySettings; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
notify_settings: enums.PeerNotifySettings

New notification settings

peer: enums.NotifyPeer

Notification source

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc