mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
Support for TLS MTProxy
This commit is contained in:
parent
16258cb5ba
commit
d6d656c8fe
6 changed files with 237 additions and 43 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// This file is generated automatically using the Generator class
|
||||
// This file is generated automatically
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace TL
|
||||
{
|
||||
|
|
@ -14,7 +15,8 @@ namespace TL
|
|||
internal const uint MsgContainerCtor = 0x73F1F8DC;
|
||||
internal const uint BadMsgCtor = 0xA7EFF811;
|
||||
|
||||
internal readonly static Dictionary<uint, Type> Table = new()
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public readonly static Dictionary<uint, Type> Table = new()
|
||||
{
|
||||
[0xF35C6D01] = typeof(RpcResult),
|
||||
[0x5BB8E511] = typeof(_Message),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue