UploadStickerFile constructor

UploadStickerFile({
  1. String? extra,
  2. int? client_id,
  3. int53? user_id,
  4. InputSticker? sticker,
})

Implementation

UploadStickerFile({
  super.extra,
  super.client_id,
  this.user_id,
  this.sticker,
});