Interface ChatPhotos

Contains a list of chat or user profile photos.

interface ChatPhotos {
    @type: "chatPhotos";
    photos: ChatPhoto[];
    total_count: number;
}

Properties

@type: "chatPhotos"
photos: ChatPhoto[]

List of photos.

total_count: number

Total number of photos.