Skip to content

Commit fbf9900

Browse files
committed
fix #38
1 parent e1c569c commit fbf9900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TwitchLib.EventSub.Core/Models/Chat/ChatCommunitySubGift.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ public sealed class ChatCommunitySubGift
1010
/// </summary>
1111
public string Id { get; set; } = string.Empty;
1212
/// <summary>
13+
/// Number of subscriptions being gifted.
14+
/// </summary>
15+
public int Total { get; set; }
16+
/// <summary>
1317
/// The type of subscription plan being used. Possible values are:
1418
/// <para>1000 — First level of paid subscription</para>
1519
/// <para>2000 — Second level of paid subscription</para>

0 commit comments

Comments
 (0)