ultra-telegram-framework
    Preparing search index...

    Interface SetBusinessAccountProfilePhotoParams

    interface SetBusinessAccountProfilePhotoParams {
        business_connection_id: string;
        is_public?: boolean;
        photo: InputProfilePhoto;
    }
    Index

    Properties

    business_connection_id: string

    Unique identifier of the business connection

    is_public?: boolean

    Pass True to set the public photo, which will be visible even if the main photo is hidden by the business account's privacy settings. An account can have only one public photo.

    The new profile photo to set