This repository has been archived on 2023-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot-shtik/Models/Attachment.cs

5 lines
79 B
C#

using System;
public abstract class Attachment
{
public Guid Id{get;set;}
}