TLSharp/TeleSharp.TL/TL/TLAbsBool.cs
2016-10-11 16:28:57 +03:00

14 lines
239 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TeleSharp.TL;
namespace TeleSharp.TL
{
public abstract class TLAbsBool : TLObject
{
}
}