SharedChat constructor

SharedChat({
  1. required int chatId,
  2. String? title,
  3. String? username,
  4. Photo? photo,
})

Implementation

SharedChat({required this.chatId, this.title, this.username, this.photo});