DiscordActiveSubscription
Namespace: Discord
Properties
Name
Description
Type
Id
ID of the subscription
ulong
Type
The type of subscription. I don't really know how this works yet
int
SubscribedAt
When the subscription was first bought
DateTime
Status
The subscription's status
DiscordSubscriptionStatus
PaymentMethodId
The payment method being used for the subscription
ulong?
GatewayPlanId
don't know what this is tbh
string
PlanId
The subscription's plan ID
ulong
Subscriptions
The subscriptions of this container
IReadOnlyList<DiscordSubscription>
Currency
The currency being used for this subscription
string
Last updated