UpdateChatBlockList constructor

UpdateChatBlockList({
  1. required int chatId,
  2. BlockList? blockList,
})

Implementation

UpdateChatBlockList({required this.chatId, this.blockList});