Show / Hide Table of Contents

Class LiveChatMessageAuthorDetails

Inheritance
System.Object
LiveChatMessageAuthorDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveChatMessageAuthorDetails : IDirectResponseSchema

Properties

ChannelId

The YouTube channel ID.

Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }
Property Value
Type Description
System.String

ChannelUrl

The channel's URL.

Declaration
[JsonProperty("channelUrl")]
public virtual string ChannelUrl { get; set; }
Property Value
Type Description
System.String

DisplayName

The channel's display name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IsChatModerator

Whether the author is a moderator of the live chat.

Declaration
[JsonProperty("isChatModerator")]
public virtual bool? IsChatModerator { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IsChatOwner

Whether the author is the owner of the live chat.

Declaration
[JsonProperty("isChatOwner")]
public virtual bool? IsChatOwner { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IsChatSponsor

Whether the author is a sponsor of the live chat.

Declaration
[JsonProperty("isChatSponsor")]
public virtual bool? IsChatSponsor { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IsVerified

Whether the author's identity has been verified by YouTube.

Declaration
[JsonProperty("isVerified")]
public virtual bool? IsVerified { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ProfileImageUrl

The channels's avatar URL.

Declaration
[JsonProperty("profileImageUrl")]
public virtual string ProfileImageUrl { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top