Class LiveChatMemberMilestoneChatDetails
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveChatMemberMilestoneChatDetails : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MemberLevelName
The name of the Level at which the viever is a member. The Level names are defined by the YouTube channel offering the Membership. In some situations this field isn't filled.
Declaration
[JsonProperty("memberLevelName")]
public virtual string MemberLevelName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MemberMonth
The total amount of months (rounded up) the viewer has been a member that granted them this Member Milestone Chat. This is the same number of months as is being displayed to YouTube users.
Declaration
[JsonProperty("memberMonth")]
public virtual long? MemberMonth { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | 
UserComment
The comment added by the member to this Member Milestone Chat. This field is empty for messages without a comment from the member.
Declaration
[JsonProperty("userComment")]
public virtual string UserComment { get; set; }Property Value
| Type | Description | 
|---|---|
| string |