feature: Add ChannelFollowAdd MessageType (#1358)

Adds the new MessageType for system messages indicating that a webhook for a news channel has been added to a text channel.
This commit is contained in:
Chris Johnston
2019-08-18 15:37:58 -07:00
committed by Christopher F
parent 15b2a36790
commit 794eba5d1a

View File

@@ -52,6 +52,10 @@ namespace Discord
/// <summary>
/// The message for when a guild reaches Tier 3 of Nitro boosts.
/// </summary>
UserPremiumGuildSubscriptionTier3 = 11
UserPremiumGuildSubscriptionTier3 = 11,
/// <summary>
/// The message for when a news channel subscription is added to a text channel.
/// </summary>
ChannelFollowAdd = 12,
}
}