InputPrivacyValueAllowChatParticipants constructor

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

Input Privacy Value Allow Chat Participants constructor.

Implementation

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