ultra-telegram-framework
    Preparing search index...

    Interface RemoveBusinessAccountProfilePhotoParams

    interface RemoveBusinessAccountProfilePhotoParams {
        business_connection_id: string;
        is_public?: boolean;
    }
    Index

    Properties

    business_connection_id: string

    Unique identifier of the business connection

    is_public?: boolean

    Pass True to remove the public photo, which is visible even if the main photo is hidden by the business account's privacy settings. After the main photo is removed, the previous profile photo (if present) becomes the main photo.