Interface MessagesPushSettings

interface MessagesPushSettings {
    disabled_forever: number | boolean;
    disabled_mass_mentions: number | boolean;
    disabled_mentions: number | boolean;
    disabled_until: number;
    no_sound: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

disabled_forever: number | boolean

Information whether push notifications are disabled forever

disabled_mass_mentions: number | boolean

Information whether the mass mentions (like '@all', '@online') are disabled

disabled_mentions: number | boolean

Information whether the mentions are disabled

disabled_until: number

Time until what notifications are disabled

no_sound: number | boolean

Information whether the sound is on

Generated using TypeDoc