Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHedayat Vatankhah <hedayat.fwd@gmail.com>2017-01-15 00:22:00 +0300
committerHedayat Vatankhah <hedayat.fwd@gmail.com>2017-02-05 14:10:58 +0300
commit198e97c9f64802715565094a7c5b1aca5d234208 (patch)
treebfbf7f45cc7662fb8eba71b065898f2b52a3a754 /scheme.tl
parentf0b40dc64186d567961520a74e7285aaad056d1a (diff)
C++ compatibility fixes
Diffstat (limited to 'scheme.tl')
-rw-r--r--scheme.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme.tl b/scheme.tl
index fc1af95..ec69fc0 100644
--- a/scheme.tl
+++ b/scheme.tl
@@ -451,7 +451,7 @@ chatInviteEmpty#69df3769 = ExportedChatInvite;
chatInviteExported#fc2e05bc link:string = ExportedChatInvite;
chatInviteAlready#5a686d7c chat:Chat = ChatInvite;
-chatInvite#93e99b60 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true title:string = ChatInvite;
+chatInvite#93e99b60 flags:# channel:flags.0?true broadcast:flags.1?true public_:flags.2?true megagroup:flags.3?true title:string = ChatInvite;
inputStickerSetEmpty#ffb62b95 = InputStickerSet;
inputStickerSetID#9de7a269 id:long access_hash:long = InputStickerSet;