ultra-telegram-framework
    Preparing search index...

    Interface GetUserProfilePhotosParams

    interface GetUserProfilePhotosParams {
        limit?: number;
        offset?: number;
        user_id: number;
    }
    Index

    Properties

    limit?: number

    Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.

    offset?: number

    Sequential number of the first photo to be returned. By default, all photos are returned.

    user_id: number

    Unique identifier of the target user