UpdateChatPendingJoinRequests constructor
const
UpdateChatPendingJoinRequests({
- required int chatId,
- ChatJoinRequestsInfo? pendingJoinRequests,
- dynamic extra,
- int? clientId,
The chat pending join requests were changed
Implementation
const UpdateChatPendingJoinRequests({
required this.chatId,
this.pendingJoinRequests,
this.extra,
this.clientId,
});