UpdateAddChatMembersPrivacyForbidden constructor
const
UpdateAddChatMembersPrivacyForbidden({})
Adding users to a chat has failed because of their privacy settings. An invite link can be shared with the users if appropriate
Implementation
const UpdateAddChatMembersPrivacyForbidden({
required this.chatId,
required this.userIds,
this.extra,
this.clientId,
});