PaymentsToggleChatStarGiftNotifications constructor

const PaymentsToggleChatStarGiftNotifications({
  1. required bool enabled,
  2. required InputPeerBase peer,
})

Payments Toggle Chat Star Gift Notifications constructor.

Implementation

const PaymentsToggleChatStarGiftNotifications({
  required this.enabled,
  required this.peer,
}) : super._();