TLSharp/TeleSharp.TL/TL/Updates/TLAbsChannelDifference.cs
2016-09-24 17:08:26 +03:30

14 lines
260 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.Updates
{
public abstract class TLAbsChannelDifference : TLObject
{
}
}