ToggleChatGiftNotifications constructor

ToggleChatGiftNotifications({
  1. required int chatId,
  2. required bool areEnabled,
})

Implementation

ToggleChatGiftNotifications({required this.chatId, required this.areEnabled});