TLSharp/TeleSharp.TL/TL/TLAbsInputGame.cs

14 lines
244 B
C#
Raw Normal View History

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
{
public abstract class TLAbsInputGame : TLObject
{
}
}