Interface ChatHeaderAvatarConfig

The main chat header customization options.

interface ChatHeaderAvatarConfig {
    corners?: CornersType;
    url: string;
}

Properties

Properties

corners?: CornersType

Indicates if the image should be given rounded corners. The default value is "square".

url: string

The url or data uri of the image to display in the main chat header.

MMNEPVFCICPMFPCPTTAAATR