Skip to main content
Module

x/grm/mod.ts>Api.PeerNotifySettings

MTProto API Client for Deno 🦕
Go to Latest
class Api.PeerNotifySettings
extends VirtualClass<{ showPreviews?: Bool; silent?: Bool; muteUntil?: int; iosSound?: Api.TypeNotificationSound; androidSound?: Api.TypeNotificationSound; otherSound?: Api.TypeNotificationSound; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PeerNotifySettings } = Api;

Properties

optional
androidSound: Api.TypeNotificationSound
className: "PeerNotifySettings"
classType: "constructor"
CONSTRUCTOR_ID: 2822439974
optional
iosSound: Api.TypeNotificationSound
optional
muteUntil: int
optional
otherSound: Api.TypeNotificationSound
optional
showPreviews: Bool
optional
silent: Bool
SUBCLASS_OF_ID: 3475030132

Static Methods

fromReader(reader: Reader): PeerNotifySettings