From 898523346b06cd396aeac4b72bec250f42cea6ed Mon Sep 17 00:00:00 2001 From: Wizou <11647984+wiz0u@users.noreply.github.com> Date: Wed, 23 Nov 2022 14:28:25 +0100 Subject: [PATCH] build fix | Upgrade to layer 149: More Topics stuff --- src/TL.Schema.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TL.Schema.cs b/src/TL.Schema.cs index b7fab60..8a7851b 100644 --- a/src/TL.Schema.cs +++ b/src/TL.Schema.cs @@ -13871,7 +13871,7 @@ namespace TL closed = 0x4, pinned = 0x8, has_draft = 0x10, - short = 0x20, + short_ = 0x20, } public override int ID => id;