/** * This is auto-generated file, don't modify this file manually */ export interface MessagesPushSettings { /** * Information whether push notifications are disabled forever */ disabled_forever?: boolean; /** * Time until what notifications are disabled */ disabled_until?: number; /** * Information whether the sound is on */ no_sound?: boolean; /** * Information whether the mentions are disabled */ disabled_mentions?: boolean; /** * Information whether the mass mentions (like '@all', '@online') are disabled */ disabled_mass_mentions?: boolean; }