SearchStickers constructor

SearchStickers({
  1. String? extra,
  2. int? client_id,
  3. string? emoji,
  4. int32? limit,
})

Implementation

SearchStickers({
  super.extra,
  super.client_id,
  this.emoji,
  this.limit,
});