UserWithPhoto constructor
const
UserWithPhoto({})
Implementation
const UserWithPhoto({
required super.userId,
required super.name,
super.username,
required super.isBot,
required super.lastActivityTime,
this.description,
this.avatarUrl,
this.fullAvatarUrl,
});