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

16 lines
248 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;
using TgSharp.TL;
namespace TgSharp.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
{
}
}