We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c569c commit fbf9900Copy full SHA for fbf9900
TwitchLib.EventSub.Core/Models/Chat/ChatCommunitySubGift.cs
@@ -10,6 +10,10 @@ public sealed class ChatCommunitySubGift
10
/// </summary>
11
public string Id { get; set; } = string.Empty;
12
/// <summary>
13
+ /// Number of subscriptions being gifted.
14
+ /// </summary>
15
+ public int Total { get; set; }
16
+ /// <summary>
17
/// The type of subscription plan being used. Possible values are:
18
/// <para>1000 — First level of paid subscription</para>
19
/// <para>2000 — Second level of paid subscription</para>
0 commit comments