oliverbooth.dev/OliverBooth/Data/Mastodon/AttachmentType.cs

11 lines
124 B
C#
Raw Normal View History

2024-02-23 05:36:31 +00:00
namespace OliverBooth.Data.Mastodon;
public enum AttachmentType
{
Unknown,
Image,
GifV,
Video,
Audio
}