ChatBoostSlot constructor
ChatBoostSlot({})
Implementation
ChatBoostSlot({
required this.slotId,
required this.currentlyBoostedChatId,
required this.startDate,
required this.expirationDate,
required this.cooldownUntilDate,
});