TencentCloudChatStickerInitData constructor

TencentCloudChatStickerInitData({
  1. String? userID,
  2. bool? useDefaultSticker,
  3. List<TencentCloudChatCustomSticker>? customStickerLists,
  4. bool? useDefaultCustomFace_4350,
  5. bool? useDefaultCustomFace_4351,
  6. bool? useDefaultCustomFace_4352,
})

Implementation

TencentCloudChatStickerInitData({
  this.userID,
  this.useDefaultSticker,
  this.customStickerLists,
  this.useDefaultCustomFace_4350,
  this.useDefaultCustomFace_4351,
  this.useDefaultCustomFace_4352,
});