Class WebcastGiftTopGiftRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /gift/top_gift 接口的请求。
public class WebcastGiftTopGiftRequest : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
WebcastGiftTopGiftRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
WebcastGiftTopGiftRequest()
public WebcastGiftTopGiftRequest()
Properties
AppId
获取或设置小玩法的 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonPropertyName("app_id")]
public string? AppId { get; set; }
Property Value
GiftIdList
获取或设置置顶礼物的礼物 ID。
[JsonPropertyName("sec_gift_id_list")]
public IList<string> GiftIdList { get; set; }
Property Value
RoomId
获取或设置直播间 ID。
[JsonPropertyName("room_id")]
public string RoomId { get; set; }