TLSharp/src/TgSharp.TL/TL/Account/TLAbsThemes.cs
2020-09-11 17:15:25 +08:00

16 lines
251 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.Account
{
public abstract class TLAbsThemes : TLObject
{
}
}