Show / Hide Table of Contents

Class LiveChatGiftDetails

Details about the gift event, this is only set if the type is 'giftEvent'.

Inheritance
object
LiveChatGiftDetails
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 LiveChatGiftDetails : IDirectResponseSchema

Properties

AltText

The alternative text to be used for accessibility.

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

ComboCount

The number of times the gift has been sent in a row.

Declaration
[JsonProperty("comboCount")]
public virtual int? ComboCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

GiftDuration

The duration of the gift.

Declaration
[JsonProperty("giftDuration")]
public virtual object GiftDuration { get; set; }
Property Value
Type Description
object

GiftName

The name of the gift.

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

GiftUrl

The URL of the gift image.

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

HasVisualEffect

Whether the gift involves a visual effect.

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

JewelsCount

The cost of the gift in jewels.

Declaration
[JsonProperty("jewelsCount")]
public virtual int? JewelsCount { get; set; }
Property Value
Type Description
int?

Language

The BCP-47 language code of the gift.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX