Interface SuggestUserProfilePhoto

Suggests a profile photo to another regular user with common messages. Request type for Tdjson#suggestUserProfilePhoto.

interface SuggestUserProfilePhoto {
    @type: "suggestUserProfilePhoto";
    photo: InputChatPhoto;
    user_id: number;
}

Properties

Properties

@type: "suggestUserProfilePhoto"

Profile photo to suggest; inputChatPhotoPrevious isn't supported in this function.

user_id: number

User identifier.