Increase MessageUnsupported version to load photo and video with spoiler.

This commit is contained in:
levlam 2022-12-20 13:05:28 +03:00
parent 0fe8023cdc
commit d611b21f17

View File

@ -463,7 +463,7 @@ class MessageChatSetTtl final : public MessageContent {
class MessageUnsupported final : public MessageContent {
public:
static constexpr int32 CURRENT_VERSION = 15;
static constexpr int32 CURRENT_VERSION = 16;
int32 version = CURRENT_VERSION;
MessageUnsupported() = default;