StickerRequest constructor

StickerRequest({
  1. String? dataBase64,
  2. String? stickerId,
})

Implementation

StickerRequest({
  this.dataBase64,
  this.stickerId,
});