public void UpdateFile(File file)
        {
            if (!file.Local.IsDownloadingCompleted)
            {
                return;
            }

            StickersRoot.UpdateFile(file);
            AnimationsRoot.UpdateFile(file);
        }