-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many Summaries added. #400
Conversation
/// <summary> | ||
/// | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty summary
|
||
/// <summary> | ||
/// The amount of time, in seconds, that users must wait between sending messages. | ||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra new line
public Dictionary<string, string> LocalizationDescriptions { get; protected set; } | ||
} | ||
/// <summary> | ||
/// An ID that identifies this tag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra tab
/// <summary> | ||
/// /// <summary> | ||
/// An organization’s entitlement that has been granted to a game, a user, or both. | ||
/// </summary> | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double summary
public string Id { get; protected set; } | ||
|
||
/// <summary> | ||
/// The UTC date and time (in RFC3339 format) of the transaction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra tab
@@ -13,15 +13,13 @@ namespace TwitchLib.Api.Helix | |||
public class ContentClassificationLabels : ApiBase | |||
{ | |||
/// <summary> | |||
/// <para></para> | |||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty summary
public int RetryAfter { get; protected set; } | ||
} | ||
/// <summary> | ||
/// The number of seconds you must wait before running another commercial. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra space
/// <summary> | ||
/// A Boolean value that determines whether chat messages must contain only emotes. | ||
/// </summary> | ||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra new line
@@ -2,17 +2,27 @@ | |||
|
|||
namespace TwitchLib.Api.Helix.Models.EventSub.Conduits.Shards; | |||
|
|||
/// <summary> | |||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty summary
public string ModeratorId { get; protected set; } | ||
|
||
/// <summary> | ||
/// Login of the moderator who initiated the ban. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra tab
Summaries added.
Removed some unused usings.
Changed many namespaces to ; instead of {}
Note: With some other changes I have in my WIP, I was missing 2 files to allow these to succeed in #399 .