PrivacyValueAllowChatParticipants constructor

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

Privacy Value Allow Chat Participants constructor.

Implementation

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