Skip to content

Commit 0b2f4c6

Browse files
committed
Increase MessageUnsupported version.
1 parent 18091e3 commit 0b2f4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

td/telegram/MessageContent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ class MessageChatSetTtl final : public MessageContent {
539539

540540
class MessageUnsupported final : public MessageContent {
541541
public:
542-
static constexpr int32 CURRENT_VERSION = 49;
542+
static constexpr int32 CURRENT_VERSION = 50;
543543
int32 version = CURRENT_VERSION;
544544

545545
MessageUnsupported() = default;

0 commit comments

Comments
 (0)