Convert TL functions to extension methods

This commit is contained in:
Wizou 2021-09-17 04:53:02 +02:00
parent 77a44a86a6
commit 37974c70b7
7 changed files with 881 additions and 882 deletions

View file

@ -1,8 +1,11 @@
// This file is (mainly) generated automatically using the Generator class
// This file is generated automatically using the Generator class
using System;
namespace TL
{
using BinaryWriter = System.IO.BinaryWriter;
using Client = WTelegram.Client;
namespace Layer8
{
///<summary>See <a href="https://core.telegram.org/type/DecryptedMessage"/></summary>