Interface MessageSuggestProfilePhoto

A profile photo was suggested to a user in a private chat. Subtype of MessageContent.

interface MessageSuggestProfilePhoto {
    @type: "messageSuggestProfilePhoto";
    photo: ChatPhoto;
}

Properties

Properties

@type: "messageSuggestProfilePhoto"
photo: ChatPhoto

The suggested chat photo. Use the method setProfilePhoto with inputChatPhotoPrevious to apply the photo.