TLSharp/TeleSharp.TL/TL/Messages/TLAbsStickerSetInstallResult.cs

14 lines
267 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.Messages
{
public abstract class TLAbsStickerSetInstallResult : TLObject
{
}
}