TLSharp/src/TgSharp.TL/TL/Auth/TLAbsLoginToken.cs

16 lines
252 B
C#
Raw Normal View History

2016-09-24 15:38:26 +02:00
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2016-09-24 15:38:26 +02:00
using TeleSharp.TL;
2020-04-03 09:23:02 +02:00
namespace TeleSharp.TL.Auth
2016-09-24 15:38:26 +02:00
{
2020-04-03 09:23:02 +02:00
public abstract class TLAbsLoginToken : TLObject
2016-09-24 15:38:26 +02:00
{
}
}