UpdateChatPendingJoinRequests constructor
UpdateChatPendingJoinRequests({
- required int chatId,
- ChatJoinRequestsInfo? pendingJoinRequests,
Implementation
UpdateChatPendingJoinRequests({
required this.chatId,
this.pendingJoinRequests,
});