DeleteChatBackground constructor

DeleteChatBackground({
  1. required int chatId,
  2. required bool restorePrevious,
})

Implementation

DeleteChatBackground({required this.chatId, required this.restorePrevious});