MessageGiftedPremium constructor

MessageGiftedPremium({
  1. String? extra,
  2. int? client_id,
  3. string? currency,
  4. int53? amount,
  5. int32? month_count,
  6. Sticker? sticker,
})

Implementation

MessageGiftedPremium({
  super.extra,
  super.client_id,
  this.currency,
  this.amount,
  this.month_count,
  this.sticker,
});