Show / Hide Table of Contents

Class LiveChatMessageAuthorDetails

Inheritance
object
LiveChatMessageAuthorDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

ChannelUrl

The channel's URL.

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

DisplayName

The channel's display name.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
bool?

IsChatOwner

Whether the author is the owner of the live chat.

Declaration
[JsonProperty("isChatOwner")]
public virtual bool? IsChatOwner { get; set; }
Property Value
Type Description
bool?

IsChatSponsor

Whether the author is a sponsor of the live chat.

Declaration
[JsonProperty("isChatSponsor")]
public virtual bool? IsChatSponsor { get; set; }
Property Value
Type Description
bool?

IsVerified

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

Declaration
[JsonProperty("isVerified")]
public virtual bool? IsVerified { get; set; }
Property Value
Type Description
bool?

ProfileImageUrl

The channels's avatar URL.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX