mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-04 14:08:35 +00:00
7 lines
100 B
C#
7 lines
100 B
C#
|
|
namespace TeleSharp.TL.Updates
|
||
|
|
{
|
||
|
|
public abstract class TLAbsDifference : TLObject
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|