PaymentsToggleChatStarGiftNotifications constructor
const
PaymentsToggleChatStarGiftNotifications({
- required bool enabled,
- required InputPeerBase peer,
Payments Toggle Chat Star Gift Notifications constructor.
Implementation
const PaymentsToggleChatStarGiftNotifications({
required this.enabled,
required this.peer,
}) : super._();