IGPAPI
    Preparing search index...

    Interface ChangeProfilePictureInput

    interface ChangeProfilePictureInput {
        picture: Buffer;
        shareToFeed?: boolean;
    }
    Index

    Properties

    picture: Buffer
    shareToFeed?: boolean

    In the original app this option only sent on account creation. User can choose either publish profile picture as post or not.