PrivacyValueDisallowChatParticipants constructor

const PrivacyValueDisallowChatParticipants({
  1. required List<int> chats,
})

Privacy Value Disallow Chat Participants constructor.

Implementation

const PrivacyValueDisallowChatParticipants({required this.chats}) : super._();