mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 01:45:06 +00:00
Update API scheme on layer 160.
This commit is contained in:
@@ -53,7 +53,11 @@ struct FileReferenceAccumulator {
|
||||
push(data.data().vdocument());
|
||||
}
|
||||
void push(const MTPWebPageAttribute &data) {
|
||||
push(data.data().vdocuments());
|
||||
data.match([&](const MTPDwebPageAttributeStory &data) {
|
||||
push(data.vstory());
|
||||
}, [&](const MTPDwebPageAttributeTheme &data) {
|
||||
push(data.vdocuments());
|
||||
});
|
||||
}
|
||||
void push(const MTPWebPage &data) {
|
||||
data.match([&](const MTPDwebPage &data) {
|
||||
|
||||
Reference in New Issue
Block a user