Table of Contents

Class MessageRoleSubscriptionData

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a role subscription data in IMessage.

public class MessageRoleSubscriptionData
Inheritance
MessageRoleSubscriptionData
Inherited Members

Properties

Id

Gets the id of the sku and listing that the user is subscribed to.

public ulong Id { get; }

Property Value

ulong

IsRenewal

Gets whether this notification is for a renewal rather than a new purchase.

public bool IsRenewal { get; }

Property Value

bool

MonthsSubscribed

Gets the cumulative number of months that the user has been subscribed for.

public int MonthsSubscribed { get; }

Property Value

int

TierName

Gets the name of the tier that the user is subscribed to.

public string TierName { get; }

Property Value

string