TLSharp/src/TgSharp.TL/TL/Account/TLAbsThemes.cs

16 lines
251 B
C#
Raw Normal View History

2016-09-24 17:08:26 +03:30
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2016-09-24 17:08:26 +03:30
using TeleSharp.TL;
2016-09-24 17:08:26 +03:30
namespace TeleSharp.TL.Account
{
2020-04-03 11:53:02 +04:30
public abstract class TLAbsThemes : TLObject
2016-09-24 17:08:26 +03:30
{
}
}