TLSharp/src/TgSharp.Generator/ConstructorAbs.tmp

16 lines
246 B
Plaintext

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TgSharp.TL;
namespace /* NAMESPACE */
{
public abstract class /* NAME */ : TLObject
{
}
}