InputPrivacyValueDisallowChatParticipants constructor

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

Input Privacy Value Disallow Chat Participants constructor.

Implementation

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