UpdateChatPendingJoinRequests constructor
UpdateChatPendingJoinRequests({
- String? extra,
- int? client_id,
- int53? chat_id,
- ChatJoinRequestsInfo? pending_join_requests,
Implementation
UpdateChatPendingJoinRequests({
super.extra,
super.client_id,
this.chat_id,
this.pending_join_requests,
});