SuggestUserProfilePhoto constructor
SuggestUserProfilePhoto({
- required int userId,
- InputChatPhoto? photo,
Implementation
SuggestUserProfilePhoto({required this.userId, this.photo});