UpdateChatPendingJoinRequests constructor

UpdateChatPendingJoinRequests({
  1. required int chatId,
  2. ChatJoinRequestsInfo? pendingJoinRequests,
})

Implementation

UpdateChatPendingJoinRequests({
  required this.chatId,
  this.pendingJoinRequests,
});