/** * This is auto-generated file, don't modify this file manually */ export interface MessagesChatPushSettings { /** * Time until that notifications are disabled */ disabled_until?: number; /** * Information whether the sound is on */ sound?: 0 | 1; }