mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Update API scheme on layer 144.
This commit is contained in:
@@ -80,6 +80,15 @@ uint64 CountMasksHash(
|
||||
checkOutdatedInfo);
|
||||
}
|
||||
|
||||
uint64 CountCustomEmojiHash(
|
||||
not_null<Main::Session*> session,
|
||||
bool checkOutdatedInfo) {
|
||||
return CountStickersOrderHash(
|
||||
session,
|
||||
session->data().stickers().emojiSetsOrder(),
|
||||
checkOutdatedInfo);
|
||||
}
|
||||
|
||||
uint64 CountRecentStickersHash(
|
||||
not_null<Main::Session*> session,
|
||||
bool attached) {
|
||||
|
Reference in New Issue
Block a user