UpdateChatPendingJoinRequests constructor

const UpdateChatPendingJoinRequests({
  1. required int chatId,
  2. ChatJoinRequestsInfo? pendingJoinRequests,
  3. dynamic extra,
  4. int? clientId,
})

The chat pending join requests were changed

Implementation

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