AddChatMembers constructor

AddChatMembers({
  1. required int chatId,
  2. required List<int> userIds,
})

Implementation

AddChatMembers({required this.chatId, required this.userIds});