Skip to content

Commit

Permalink
Add new message type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Jan 18, 2023
1 parent 882addb commit ddf62de
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,15 @@ public enum MessageType
/// <summary>
/// A subscriber role has been purchased.
/// </summary>
RoleSubscriptionPurchase = 25
RoleSubscriptionPurchase = 25,

/// <summary>
/// An upsell message about premium interactions.
/// </summary>
InteractionPremiumUpsell = 26,

/// <summary>
/// TODO: Some kind of notification that a user has subscribed? Discord docs are unclear.
/// </summary>
GuildApplicationPremiumSubscription = 32
}

0 comments on commit ddf62de

Please sign in to comment.