ContactsSetBlocked constructor

const ContactsSetBlocked({
  1. required bool myStoriesFrom,
  2. required List<InputPeerBase> id,
  3. required int limit,
})

Contacts Set Blocked constructor.

Implementation

const ContactsSetBlocked({
  required this.myStoriesFrom,
  required this.id,
  required this.limit,
}) : super._();