mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-09 16:33:53 +00:00
Convert TL functions to extension methods
This commit is contained in:
parent
77a44a86a6
commit
37974c70b7
7 changed files with 881 additions and 882 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue