mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Update API scheme to layer 214. Start themes.
This commit is contained in:
@@ -1608,9 +1608,13 @@ ServiceAction ParseServiceAction(
|
||||
.date = data.vschedule_date().v,
|
||||
};
|
||||
}, [&](const MTPDmessageActionSetChatTheme &data) {
|
||||
result.content = ActionSetChatTheme{
|
||||
.emoji = qs(data.vemoticon()),
|
||||
};
|
||||
data.vtheme().match([&](const MTPDchatTheme &data) {
|
||||
result.content = ActionSetChatTheme{
|
||||
.emoji = qs(data.vemoticon()),
|
||||
};
|
||||
}, [&](const MTPDchatThemeUniqueGift &data) {
|
||||
result.content = ActionSetChatTheme{};
|
||||
});
|
||||
}, [&](const MTPDmessageActionChatJoinedByRequest &data) {
|
||||
result.content = ActionChatJoinedByRequest();
|
||||
}, [&](const MTPDmessageActionWebViewDataSentMe &data) {
|
||||
|
||||
Reference in New Issue
Block a user