teleproto - v1.229.0
    Preparing search index...

    Interface PhotosUpdateProfilePhotoParams

    interface PhotosUpdateProfilePhotoParams {
        bot?: EntityLike;
        fallback?: boolean;
        id: TypeInputPhotoIn;
    }
    Index
    bot?: EntityLike

    Can contain info of a bot we own, to change the profile photo of that bot, instead of the current user.

    fallback?: boolean

    If set, the chosen profile photo will be shown to users that can't display your main profile photo due to your privacy settings.

    Input photo