SuggestUserProfilePhoto constructor
const
SuggestUserProfilePhoto({
- required int userId,
- required InputChatPhoto photo,
Suggests a profile photo to another regular user with common messages
Implementation
const SuggestUserProfilePhoto({
required this.userId,
required this.photo,
});