Table of Contents

Interface IFavoriteMedia

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IFavoriteMedia

Properties

AltText

Alternative text description for accessibility.

string? AltText { get; }

Property Value

string

AttachmentId

ID of the attachment storing the gif.

ulong AttachmentId { get; }

Property Value

ulong

ContentHash

Hash of the file content for deduplication.

string? ContentHash { get; }

Property Value

string

ContentType

MIME type of the gif file.

string ContentType { get; }

Property Value

string

Duration

Duration of the video in seconds

int? Duration { get; }

Property Value

int?

Filename

Original filename of the gif.

string Filename { get; }

Property Value

string

Height

Height of the image or video in pixels.

int? Height { get; }

Property Value

int?

Id

Source specific ID of the favorite media.

string Id { get; }

Property Value

string

IsMediaVideo

Whether the gif is a video converted from GIF

bool IsMediaVideo { get; }

Property Value

bool

KlipySlug

Klipy clip slug if the media was sourced from Klipy.

string? KlipySlug { get; }

Property Value

string

Name

Display name of the gif.

string Name { get; }

Property Value

string

Size

File size in bytes.

int Size { get; }

Property Value

int

Tags

Tags for categorizing and searching the gif.

string[] Tags { get; }

Property Value

string[]

TenorSlugId

Tenor view/- identifier if the media was sourced from Tenor.

string? TenorSlugId { get; }

Property Value

string

Url

CDN URL to access the media.

string Url { get; }

Property Value

string

UserId

ID of the user who owns this favorite media.

ulong UserId { get; }

Property Value

ulong

Width

Width of the image or video in pixels.

int? Width { get; }

Property Value

int?