PlaceGiftAuctionBid constructor
PlaceGiftAuctionBid({
- required int giftId,
- required int starCount,
- required int userId,
- FormattedText? text,
- required bool isPrivate,
Implementation
PlaceGiftAuctionBid({
required this.giftId,
required this.starCount,
required this.userId,
this.text,
required this.isPrivate,
});