teleproto - v1.229.0
    Preparing search index...

    Interface AccountSaveAutoSaveSettingsParams

    interface AccountSaveAutoSaveSettingsParams {
        broadcasts?: boolean;
        chats?: boolean;
        peer?: EntityLike;
        settings: AutoSaveSettingsIn;
        users?: boolean;
    }
    Index
    broadcasts?: boolean

    Whether the new settings should affect all channels

    chats?: boolean

    Whether the new settings should affect all groups

    peer?: EntityLike

    Whether the new settings should affect a specific peer

    The new autosave settings

    users?: boolean

    Whether the new settings should affect all private chats