teleproto - v1.229.0
    Preparing search index...

    Interface InputPeerNotifySettingsIn

    interface InputPeerNotifySettingsIn {
        _?: "inputPeerNotifySettings";
        muteUntil?: number;
        showPreviews?: boolean;
        silent?: boolean;
        sound?: TypeNotificationSoundIn;
        storiesHideSender?: boolean;
        storiesMuted?: boolean;
        storiesSound?: TypeNotificationSoundIn;
    }
    Index
    _?: "inputPeerNotifySettings"
    muteUntil?: number
    showPreviews?: boolean
    silent?: boolean
    storiesHideSender?: boolean
    storiesMuted?: boolean