TelegramPaymentPurposeStars constructor
TelegramPaymentPurposeStars({})
Implementation
TelegramPaymentPurposeStars({
required this.currency,
required this.amount,
required this.starCount,
required this.chatId,
});