TencentCloudChatCustomSticker constructor

TencentCloudChatCustomSticker({
  1. required String iconPath,
  2. required List<TencentCloudChatCustomStickerItem> stickers,
  3. required int rowNum,
  4. required String name,
  5. required int type,
  6. required int index,
  7. double? iconSize,
})

Implementation

TencentCloudChatCustomSticker({
  required this.iconPath,
  required this.stickers,
  required this.rowNum,
  required this.name,
  required this.type,
  required this.index,
  this.iconSize,
});