ChatPhoto constructor
ChatPhoto({})
Basic constructor
Implementation
ChatPhoto({
required this.smallFileId,
required this.smallFileUniqueId,
required this.bigFileId,
required this.bigFileUniqueId,
});
Basic constructor
ChatPhoto({
required this.smallFileId,
required this.smallFileUniqueId,
required this.bigFileId,
required this.bigFileUniqueId,
});