teleproto - v1.229.0
    Preparing search index...

    Interface AccountSaveMusicParams

    interface AccountSaveMusicParams {
        afterId?: TypeInputDocumentIn;
        id: TypeInputDocumentIn;
        unsave?: boolean;
    }
    Index

    If set, the song will be added after the passed song (must be already pinned on the profile).

    The song to add or remove; can be an already added song when reordering songs with after_id . Adding an already added song will never re-add it, only move it to the top of the song list (or after the song passed in after_id ).

    unsave?: boolean

    If set, removes the song.