ContactsBlock constructor

const ContactsBlock({
  1. required bool myStoriesFrom,
  2. required InputPeerBase id,
})

Contacts Block constructor.

Implementation

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