Update API scheme to layer 132.

This commit is contained in:
John Preston
2021-08-24 20:57:54 +03:00
parent 558e1d96fd
commit 0cfede984c
11 changed files with 126 additions and 29 deletions
@@ -42,7 +42,7 @@ CloudTheme CloudTheme::Parse(
? session->data().processDocument(*document)->id
: DocumentId(0)),
data.is_creator() ? session->userId() : UserId(0),
data.vinstalls_count().v
data.vinstalls_count().value_or_empty()
};
}