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

11 lines
131 B
C#
Raw Normal View History

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