SuggestUserProfilePhoto constructor

const SuggestUserProfilePhoto({
  1. required int userId,
  2. required InputChatPhoto photo,
})

Suggests a profile photo to another regular user with common messages

Implementation

const SuggestUserProfilePhoto({
  required this.userId,
  required this.photo,
});