ultra-telegram-framework
    Preparing search index...

    Interface UserProfilePhotos

    This object represent a user's profile pictures.

    interface UserProfilePhotos {
        photos: PhotoSize[][];
        total_count: number;
    }
    Index

    Properties

    Properties

    photos: PhotoSize[][]

    Requested profile pictures (in up to 4 sizes each)

    total_count: number

    Total number of profile pictures the target user has