teleproto - v1.229.0
    Preparing search index...

    Interface AccountUploadWallPaperParams

    interface AccountUploadWallPaperParams {
        file: TypeInputFileIn;
        forChat?: boolean;
        mimeType: string;
        settings: WallPaperSettingsIn;
    }
    Index

    The JPG/PNG wallpaper

    forChat?: boolean

    Set this flag when uploading wallpapers to be passed to messages.setChatWallPaper .

    mimeType: string

    MIME type of uploaded wallpaper

    Wallpaper settings