ChatPhotoStickerTypeRegularOrMask constructor

ChatPhotoStickerTypeRegularOrMask({
  1. required int stickerSetId,
  2. required int stickerId,
})

Implementation

ChatPhotoStickerTypeRegularOrMask({
  required this.stickerSetId,
  required this.stickerId,
});