InputMessageSticker constructor

InputMessageSticker({
  1. String? extra,
  2. int? client_id,
  3. InputFile? sticker,
  4. InputThumbnail? thumbnail,
  5. int32? width,
  6. int32? height,
  7. string? emoji,
})

Implementation

InputMessageSticker({
  super.extra,
  super.client_id,
  this.sticker,
  this.thumbnail,
  this.width,
  this.height,
  this.emoji,
});