Increase MessageUnsupported version.

This commit is contained in:
levlam 2022-07-12 22:50:28 +03:00
parent ef9df9f99b
commit c01dd0d461
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ class MessageChatSetTtl final : public MessageContent {
class MessageUnsupported final : public MessageContent {
public:
static constexpr int32 CURRENT_VERSION = 11;
static constexpr int32 CURRENT_VERSION = 12;
int32 version = CURRENT_VERSION;
MessageUnsupported() = default;