Fix album sending with video processing.

This commit is contained in:
John Preston
2024-11-01 17:52:05 +04:00
parent 267a51e800
commit f091f2b344
2 changed files with 7 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ struct SendingAlbum {
uint64 groupId = 0;
std::vector<Item> items;
Api::SendOptions options;
bool sent = false;
};