Table of Contents

Class BoostSubscriptionMetadata

Namespace
Kook
Assembly
Kook.Net.Core.dll

A metadata containing boost subscription information.

public class BoostSubscriptionMetadata
Inheritance
BoostSubscriptionMetadata
Inherited Members

Properties

Count

Gets how many boost packs the user used for this subscription.

public int Count { get; }

Property Value

int

IsValid

Gets whether this subscription has not expired.

public bool IsValid { get; }

Property Value

bool

Since

Gets the date and time when this subscription began.

public DateTimeOffset Since { get; }

Property Value

DateTimeOffset

Until

Gets the date and time when this subscription will end or ended.

public DateTimeOffset Until { get; }

Property Value

DateTimeOffset