ContactsBlock constructor
const
ContactsBlock({
- required bool myStoriesFrom,
- required InputPeerBase id,
Contacts Block constructor.
Implementation
const ContactsBlock({required this.myStoriesFrom, required this.id})
: super._();