MessageGiftedPremium constructor
MessageGiftedPremium({})
Implementation
MessageGiftedPremium({
required this.gifterUserId,
required this.receiverUserId,
this.text,
required this.currency,
required this.amount,
required this.cryptocurrency,
required this.cryptocurrencyAmount,
required this.monthCount,
required this.dayCount,
this.sticker,
});